Podfile 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # Uncomment the next line to define a global platform for your project
  2. # source 'https://github.com/CocoaPods/Specs.git'
  3. platform :ios, '9.0'
  4. target 'TOKTOK' do
  5. # Comment the next line if you don't want to use dynamic frameworks
  6. # use_frameworks!
  7. pod 'AFNetworking', '4.0.1'
  8. pod 'JXHKit', :git => 'https://github.com/JiaxianHe2023/JXHKit.git'
  9. pod 'UMCommon'
  10. pod 'UMDevice'
  11. pod 'UMPush'
  12. pod 'UMAPM'
  13. pod 'UMShare/Social/WeChat'
  14. pod 'UMShare/Social/QQ'
  15. # 日志库 上线去掉
  16. # pod 'UMCCommonLog', '2.0.0'
  17. # pod 'AliyunOSSiOS', :git => 'https://github.com/aliyun/aliyun-oss-ios-sdk.git'
  18. pod 'AliyunOSSiOS', '2.10.8'
  19. pod 'MJRefresh', '3.5.0'
  20. pod 'lottie-ios', '2.5.3'
  21. #闪验
  22. pod 'CL_ShanYanSDK'
  23. #支付宝
  24. pod 'AlipaySDK-iOS'
  25. #微信
  26. # pod 'WechatOpenSDK'
  27. #穿山甲
  28. # pod 'Ads-CN'
  29. #音频播放器
  30. # pod 'FreeStreamer', :git => 'https://github.com/muhku/FreeStreamer.git'
  31. # pod 'FreeStreamer', '4.0.0'
  32. # 视频录制
  33. # pod 'AliyunVideoSDKBasic', :git => 'https://github.com/aliyunvideo/AliyunVideoSDKBasic.git'
  34. # pod 'QuCore-ThirdParty', :git => 'https://github.com/aliyunvideo/QuCore-ThirdParty.git'
  35. # pod 'AlivcConan', :git => 'https://github.com/aliyunvideo/AlivcConanSDK.git'
  36. # pod 'VODUpload', :git => 'https://github.com/aliyunvideo/VODUpload.git'
  37. # pod 'AliyunVideoSDKBasic', '3.16.2'
  38. # pod 'QuCore-ThirdParty', '3.15.0'
  39. # pod 'AlivcConan', '1.0.4'
  40. # pod 'VODUpload', '1.6.1'
  41. # pod 'AgoraRtcEngine_iOS', '3.1.2'
  42. # pod 'RongCloudIM/IMKit', '4.0.3.3'
  43. # pod 'RongCloudIM/IMLib', '4.0.3.3'
  44. # pod 'AliPlayerSDK_iOS', '5.3.1'
  45. end