1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- # Uncomment the next line to define a global platform for your project
- platform :ios, '9.0'
- target 'BuYao' 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 'UMCCommon', '7.1.1'
- pod 'UMCPush', '3.2.4'
- pod 'UMCSecurityPlugins', '1.0.6'
- pod 'UMCErrorCatch', '1.0.0'
- # 集成微信(完整版14.4M)
- pod 'UMCShare/Social/WeChat', '6.9.10'
- # 集成QQ/QZone/TIM(精简版0.5M)
- pod 'UMCShare/Social/ReducedQQ', '6.9.10'
- # 集成新浪微博(精简版1M)
- pod 'UMCShare/Social/ReducedSina', '6.9.10'
- # 日志库 上线去掉
- 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 '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/IMLib', '~> 2.10.4' #即时通讯基础能力
- end
|