Podfile 504 B

123456789101112131415161718
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. source 'https://github.com/CocoaPods/Specs.git'
  4. platform :ios, '15.1'
  5. install! 'cocoapods', :disable_input_output_paths => true
  6. target 'ABtong' do
  7. # Comment the next line if you don't want to use dynamic frameworks
  8. use_frameworks!
  9. # Pods for ABtong
  10. pod 'SDWebImage'
  11. pod 'JitsiMeetSDK','11.1.0'
  12. pod 'AFNetworking', '~> 4.0'
  13. pod 'ReactiveObjC', '~> 3.1.0'
  14. pod 'SocketRocket'
  15. pod 'FMDB'
  16. end