# Uncomment the next line to define a global platform for your project # platform :ios, '9.0' platform :ios, '10.0' target 'ProductApp' do use_frameworks! pod 'AFNetworking' pod 'MJRefresh' pod 'IQKeyboardManager' pod 'Masonry' pod 'Reachability' pod 'MBProgressHUD' pod 'DZNEmptyDataSet' pod 'PopupKit' pod 'SDCycleScrollView' pod 'SDWebImage' pod 'SDAutoLayout' pod 'MOFSPickerManager' pod 'UITableView+FDTemplateLayoutCell' pod 'YYModel' pod 'LSTTimer' pod 'SSZipArchive' pod 'YYText' #pod 'AMapNavi' #pod 'AMapLocation' #pod 'AMapSearch' pod 'HXPhotoPicker' #pod 'HXPhotoPicker-Lite' #pod 'HXPhotoPicker-Lite/Picker' #pod 'HXPhotoPicker-Lite/Editor' #pod 'HXPhotoPicker-Lite/Camera' pod 'WechatOpenSDK' pod 'libpag' pod 'GYSDK' pod 'GTSDK' pod 'GTExtensionSDK' pod 'UMCommon' pod 'UMDevice' pod 'UMCCommonLog' pod 'UMAPM' pod 'UMLink' pod 'libpag' pod 'SocketRocket' #数据库管理 pod 'FMDB' post_install do |installer| installer.generated_projects.each do |project| project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0' end end end end end