| 123456789101112131415161718 |
- # Uncomment the next line to define a global platform for your project
- # platform :ios, '9.0'
- source 'https://github.com/CocoaPods/Specs.git'
- platform :ios, '15.1'
- install! 'cocoapods', :disable_input_output_paths => true
- target 'ABtong' do
- # Comment the next line if you don't want to use dynamic frameworks
- use_frameworks!
- # Pods for ABtong
- pod 'SDWebImage'
- pod 'JitsiMeetSDK','11.1.0'
- pod 'AFNetworking', '~> 4.0'
- pod 'ReactiveObjC', '~> 3.1.0'
- pod 'SocketRocket'
- pod 'FMDB'
-
- end
|