Podfile 887 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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'
  16. #pod 'ZFPlayer/ControlView', '~> 4.0'
  17. #pod 'ZFPlayer/AVPlayer', '~> 4.0'
  18. pod 'RayProxy', :path => './RayProxy'
  19. pod 'CocoaAsyncSocket'
  20. pod "PLeakSniffer"
  21. pod 'Bugly'
  22. pod 'lottie-ios-OC'
  23. pod 'JJException'
  24. pod 'WechatOpenSDK'
  25. end
  26. target '隐私保护' do
  27. all_Pods
  28. target '双子星云手机Tests' do
  29. inherit! :search_paths
  30. # Pods for testing
  31. end
  32. target '双子星云手机UITests' do
  33. # Pods for testing
  34. end
  35. end
  36. target '计算器' do
  37. all_Pods
  38. end