123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- # Uncomment the next line to define a global platform for your project
- platform :ios, '9.0'
- target 'TOKTOK' do
- # Comment the next line if you don't want to use dynamic frameworks
- # use_frameworks!
- pod 'AFNetworking', '4.0.1'
- pod 'JXHKit', :git => 'https://github.com/JiaxianHe2016/JXHKit.git'
-
- pod 'UMCommon'
- pod 'UMDevice'
- pod 'UMPush'
- pod 'UMAPM'
- pod 'UMShare/Social/WeChat'
- pod 'UMShare/Social/QQ'
- # 日志库 上线去掉
- # pod 'UMCCommonLog', '2.0.0'
-
- # pod 'AliyunOSSiOS', :git => 'https://github.com/aliyun/aliyun-oss-ios-sdk.git'
- pod 'AliyunOSSiOS', '2.10.8'
- pod 'MJRefresh', '3.5.0'
- pod 'lottie-ios', '2.5.3'
- #闪验
- pod 'CL_ShanYanSDK'
-
- #穿山甲
- # pod 'Ads-CN'
- #音频播放器
- # pod 'FreeStreamer', :git => 'https://github.com/muhku/FreeStreamer.git'
- # pod 'FreeStreamer', '4.0.0'
-
- # 视频录制
- # pod 'AliyunVideoSDKBasic', :git => 'https://github.com/aliyunvideo/AliyunVideoSDKBasic.git'
- # pod 'QuCore-ThirdParty', :git => 'https://github.com/aliyunvideo/QuCore-ThirdParty.git'
- # pod 'AlivcConan', :git => 'https://github.com/aliyunvideo/AlivcConanSDK.git'
- # pod 'VODUpload', :git => 'https://github.com/aliyunvideo/VODUpload.git'
- # pod 'AliyunVideoSDKBasic', '3.16.2'
- # pod 'QuCore-ThirdParty', '3.15.0'
- # pod 'AlivcConan', '1.0.4'
- # pod 'VODUpload', '1.6.1'
-
- # pod 'AgoraRtcEngine_iOS', '3.1.2'
-
- # pod 'RongCloudIM/IMKit', '4.0.3.3'
- # pod 'RongCloudIM/IMLib', '4.0.3.3'
- # pod 'AliPlayerSDK_iOS', '5.3.1'
- end
|