Podfile 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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 'CL_ShanYanSDK'
  22. #百度定位
  23. pod 'BMKLocationKit', '2.0.0'
  24. #智齿
  25. pod 'SobotKit'
  26. pod 'AlipaySDK-iOS'
  27. #音频播放器
  28. # pod 'FreeStreamer', :git => 'https://github.com/muhku/FreeStreamer.git'
  29. # pod 'FreeStreamer', '4.0.0'
  30. # 视频录制
  31. # pod 'AliyunVideoSDKBasic', :git => 'https://github.com/aliyunvideo/AliyunVideoSDKBasic.git'
  32. # pod 'QuCore-ThirdParty', :git => 'https://github.com/aliyunvideo/QuCore-ThirdParty.git'
  33. # pod 'AlivcConan', :git => 'https://github.com/aliyunvideo/AlivcConanSDK.git'
  34. # pod 'VODUpload', :git => 'https://github.com/aliyunvideo/VODUpload.git'
  35. # pod 'AliyunVideoSDKBasic', '3.16.2'
  36. # pod 'QuCore-ThirdParty', '3.15.0'
  37. # pod 'AlivcConan', '1.0.4'
  38. # pod 'VODUpload', '1.6.1'
  39. # pod 'AgoraRtcEngine_iOS', '3.1.2'
  40. # pod 'RongCloudIM/IMKit', '4.0.3.3'
  41. # pod 'RongCloudIM/IMLib', '4.0.3.3'
  42. # pod 'AliPlayerSDK_iOS'
  43. end