Podfile 808 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. pod 'SSZipArchive'
  29. end
  30. target '隐私保护' do
  31. all_Pods
  32. end
  33. target '计算器' do
  34. all_Pods
  35. end