Podfile 951 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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'
  16. #pod 'ZFPlayer/ControlView'
  17. #pod 'ZFPlayer/AVPlayer'
  18. #pod 'ZFPlayer/ijkplayer'
  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. #pod 'YCDownloadSession'
  28. end
  29. target '隐私保护' do
  30. all_Pods
  31. target '双子星云手机Tests' do
  32. inherit! :search_paths
  33. # Pods for testing
  34. end
  35. target '双子星云手机UITests' do
  36. # Pods for testing
  37. end
  38. end
  39. target '计算器' do
  40. all_Pods
  41. end