Podfile 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '9.0'
  3. target '般若' do
  4. # Comment the next line if you don't want to use dynamic frameworks
  5. # use_frameworks!
  6. pod 'AFNetworking', '4.0.1'
  7. pod 'JXHKit', :git => 'https://github.com/JiaxianHe2016/JXHKit.git'
  8. pod 'UMCommon'
  9. pod 'UMDevice'
  10. pod 'UMPush'
  11. pod 'UMAPM'
  12. # 日志库 上线去掉
  13. # pod 'UMCCommonLog', '2.0.0'
  14. # pod 'AliyunOSSiOS', :git => 'https://github.com/aliyun/aliyun-oss-ios-sdk.git'
  15. pod 'AliyunOSSiOS', '2.10.8'
  16. pod 'MJRefresh', '3.5.0'
  17. pod 'lottie-ios', '2.5.3'
  18. #穿山甲
  19. pod 'Ads-CN'
  20. # 视频录制
  21. # pod 'AliyunVideoSDKBasic', :git => 'https://github.com/aliyunvideo/AliyunVideoSDKBasic.git'
  22. # pod 'QuCore-ThirdParty', :git => 'https://github.com/aliyunvideo/QuCore-ThirdParty.git'
  23. # pod 'AlivcConan', :git => 'https://github.com/aliyunvideo/AlivcConanSDK.git'
  24. # pod 'VODUpload', :git => 'https://github.com/aliyunvideo/VODUpload.git'
  25. # pod 'AliyunVideoSDKBasic', '3.16.2'
  26. # pod 'QuCore-ThirdParty', '3.15.0'
  27. # pod 'AlivcConan', '1.0.4'
  28. # pod 'VODUpload', '1.6.1'
  29. # pod 'AgoraRtcEngine_iOS', '3.1.2'
  30. # pod 'RongCloudIM/IMKit', '4.0.3.3'
  31. # pod 'RongCloudIM/IMLib', '4.0.3.3'
  32. pod 'AliPlayerSDK_iOS', '5.3.1'
  33. end