Podfile 787 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. end
  32. target '计算器' do
  33. all_Pods
  34. end