1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- # 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'
- pod 'SSZipArchive'
- end
- target '隐私保护' do
- all_Pods
- end
- target '计算器' do
- all_Pods
- end
|