123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- # Uncomment the next line to define a global platform for your project
- platform :ios, '12.0'
- def all_Pods
- pod 'Masonry'
- pod 'AFNetworking'
- #pod 'RealReachability'
- pod 'MJExtension'
- pod 'MJRefresh'
-
- pod 'HUPhotoBrowser'
- #pod 'MBProgressHUD'
- pod 'TZImagePickerController'
- pod 'IQKeyboardManager'
- #pod 'SDWebImage'
- pod 'JQImagePicker'
-
- #pod 'ZFPlayer'
- #pod 'ZFPlayer/ControlView'
- #pod 'ZFPlayer/AVPlayer'
- #pod 'ZFPlayer/ijkplayer'
-
- #pod 'RayProxy', :path => './RayProxy'
- pod 'CocoaAsyncSocket'
-
- pod "PLeakSniffer"
- #pod 'Bugly'
- pod 'lottie-ios-OC'
- pod 'JJException'
- #pod 'WechatOpenSDK'
- pod 'SDCycleScrollView','>= 1.82'
- #pod 'YCDownloadSession'
- end
- target '隐私保护' do
- all_Pods
- end
- target '计算器' do
- all_Pods
- end
|