12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- # Uncomment the next line to define a global platform for your project
- platform :ios, '9.0'
- target '我的社保' 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 '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 'Ads-CN'
- #闪验
- pod 'CL_ShanYanSDK'
- #百度定位
- pod 'BMKLocationKit', '2.0.0'
- #智齿
- pod 'SobotKit'
- pod 'AlipaySDK-iOS'
- #音频播放器
- # 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'
- end
|