Podfile 966 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '12.0'
  3. def all_Pods
  4. pod 'Masonry'
  5. pod 'AFNetworking'
  6. #pod 'RealReachability'
  7. pod 'MJExtension'
  8. #pod 'MJRefresh'
  9. pod 'HUPhotoBrowser'
  10. #pod 'MBProgressHUD'
  11. pod 'TZImagePickerController'
  12. pod 'IQKeyboardManager'
  13. pod 'SDWebImage'
  14. pod 'JQImagePicker'
  15. pod 'ZFPlayer', '~> 4.0.3'
  16. pod 'ZFPlayer/ControlView', '~> 4.0.3'
  17. pod 'ZFPlayer/AVPlayer', '~> 4.0.3'
  18. pod 'ZFPlayer/ijkplayer', '~> 4.0.3'
  19. pod 'RayProxy', :path => './RayProxy'
  20. pod 'CocoaAsyncSocket'
  21. pod "PLeakSniffer"
  22. pod 'Bugly'
  23. pod 'lottie-ios-OC'
  24. pod 'JJException'
  25. pod 'WechatOpenSDK'
  26. pod 'SDCycleScrollView','>= 1.82'
  27. end
  28. target '隐私保护' do
  29. all_Pods
  30. target '双子星云手机Tests' do
  31. inherit! :search_paths
  32. # Pods for testing
  33. end
  34. target '双子星云手机UITests' do
  35. # Pods for testing
  36. end
  37. end
  38. target '计算器' do
  39. all_Pods
  40. end