# Uncomment the next line to define a global platform for your project
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
install! 'cocoapods', :disable_input_output_paths => true

target 'TUIKitDemo' do
  # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  #use_frameworks!
  use_modular_headers!

  # Pods for Example
  pod 'TUIChat', '5.8.1672'
  pod 'TUIConversation', '5.8.1672'
  pod 'TUIContact', '5.8.1672'
  pod 'TUIGroup', '5.8.1672'
  pod 'TUISearch', '5.8.1672'
  pod 'TUICalling'
  pod 'MJRefresh'
end
