Podfile 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. # 集成微信(完整版14.4M)
  13. pod 'UMCShare/Social/WeChat', '6.9.10'
  14. # 集成QQ/QZone/TIM(精简版0.5M)
  15. pod 'UMCShare/Social/ReducedQQ', '6.9.10'
  16. # 集成新浪微博(精简版1M)
  17. pod 'UMCShare/Social/ReducedSina', '6.9.10'
  18. # 日志库 上线去掉
  19. pod 'UMCCommonLog', '2.0.0'
  20. # pod 'AliyunOSSiOS', :git => 'https://github.com/aliyun/aliyun-oss-ios-sdk.git'
  21. pod 'AliyunOSSiOS', '2.10.8'
  22. # pod 'MJRefresh', '3.5.0'
  23. pod 'lottie-ios', '2.5.3'
  24. # 视频录制
  25. # pod 'AliyunVideoSDKBasic', :git => 'https://github.com/aliyunvideo/AliyunVideoSDKBasic.git'
  26. # pod 'QuCore-ThirdParty', :git => 'https://github.com/aliyunvideo/QuCore-ThirdParty.git'
  27. # pod 'AlivcConan', :git => 'https://github.com/aliyunvideo/AlivcConanSDK.git'
  28. # pod 'VODUpload', :git => 'https://github.com/aliyunvideo/VODUpload.git'
  29. pod 'AliyunVideoSDKBasic', '3.16.2'
  30. pod 'QuCore-ThirdParty', '3.15.0'
  31. pod 'AlivcConan', '1.0.4'
  32. pod 'VODUpload', '1.6.1'
  33. pod 'AgoraRtcEngine_iOS', '3.1.2'
  34. pod 'RongCloudIM/IMLib', '~> 2.10.4' #即时通讯基础能力
  35. end