Podfile 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '9.0'
  3. target 'BuYao' 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 'UMCCommon', '7.1.1'
  9. # pod 'UMCPush', '3.2.4'
  10. # pod 'UMCSecurityPlugins', '1.0.6'
  11. # pod 'UMCErrorCatch', '1.0.0'
  12. # pod 'UMAPM', '1.3.1'
  13. # 集成微信(完整版14.4M)
  14. # pod 'UMCShare/Social/WeChat', '6.9.10'
  15. # 集成QQ/QZone/TIM(精简版0.5M)
  16. # pod 'UMCShare/Social/ReducedQQ', '6.9.10'
  17. # 集成新浪微博(精简版1M)
  18. # pod 'UMCShare/Social/ReducedSina', '6.9.10'
  19. # 日志库 上线去掉
  20. #pod 'UMCCommonLog', '2.0.0'
  21. # pod 'AliyunOSSiOS', :git => 'https://github.com/aliyun/aliyun-oss-ios-sdk.git'
  22. pod 'AliyunOSSiOS', '2.10.8'
  23. pod 'MJRefresh', '3.5.0'
  24. pod 'lottie-ios', '2.5.3'
  25. # 视频录制
  26. # pod 'AliyunVideoSDKBasic', :git => 'https://github.com/aliyunvideo/AliyunVideoSDKBasic.git'
  27. # pod 'QuCore-ThirdParty', :git => 'https://github.com/aliyunvideo/QuCore-ThirdParty.git'
  28. # pod 'AlivcConan', :git => 'https://github.com/aliyunvideo/AlivcConanSDK.git'
  29. # pod 'VODUpload', :git => 'https://github.com/aliyunvideo/VODUpload.git'
  30. pod 'AliyunVideoSDKBasic', '3.16.2'
  31. pod 'QuCore-ThirdParty', '3.15.0'
  32. pod 'AlivcConan', '1.0.4'
  33. pod 'VODUpload', '1.6.1'
  34. pod 'AgoraRtcEngine_iOS', '3.1.2'
  35. pod 'RongCloudIM/IMKit', '4.0.3.3'
  36. pod 'RongCloudIM/IMLib', '4.0.3.3'
  37. end