# Uncomment the next line to define a global platform for your project # platform :ios, '9.0' target 'XYSW' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! platform :ios, '12.0' # Pods for XYSW pod 'GTMBase64' pod 'mob_pushsdk' pod 'ZXNavigationBar' pod 'TZImagePickerController' pod 'SVProgressHUD', '~> 2.0.3' pod 'Masonry' pod 'AFNetworking', '~>2.6.0' pod 'Reachability' # pod 'JPush', '3.7.4' pod 'Pgyer' pod 'PgyUpdate' pod 'Bugly' #高的地图 定位模块 pod 'AMapLocation' # pod 'YJProgressHUD' pod 'MBProgressHUD' pod 'BMKLocationKit' pod 'BaiduMapKit' target 'PacketTunnelProvider' do pod 'OpenVPNAdapter', :git => 'https://github.com/ss-abramchuk/OpenVPNAdapter.git', :tag => '0.8.0' end end target 'XYSW test' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! platform :ios, '12.0' # Pods for XYSW pod 'mob_pushsdk' pod 'TZImagePickerController' pod 'Masonry' pod 'AFNetworking', '~>2.6.0' pod 'Reachability' # pod 'JPush', '3.7.4' pod 'SVProgressHUD', '~> 2.0.3' pod 'Pgyer' pod 'PgyUpdate' pod 'Bugly' #高的地图 定位模块 pod 'AMapLocation' # pod 'YJProgressHUD' pod 'MBProgressHUD' pod 'BMKLocationKit' pod 'BaiduMapKit' pod 'GTMBase64' target 'PacketTunnelProvider test' do pod 'OpenVPNAdapter', :git => 'https://github.com/ss-abramchuk/OpenVPNAdapter.git', :tag => '0.8.0' end end post_install do |installer_representation| installer_representation.pods_project.targets.each do |target| target.build_configurations.each do |config| # config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '8.0' # config.build_settings['SDKROOT'] = 'iphoneos10.3' config.build_settings['APPLICATION_EXTENSION_API_ONLY'] = 'NO' if target.name == "XYSW" config.build_settings['OTHER_LDFLAGS'] = "-ld64 #{config.build_settings['OTHER_LDFLAGS']}" end end end end