use_frameworks! platform :ios, '10.0' source 'https://github.com/CocoaPods/Specs.git' source 'https://git.yishihui.com/iOS/BFSpecs.git' target 'BFRecordScreenKit_Example' do pod 'BFRecordScreenKit', :path => '../' pod 'BFCommonKit', :git => 'https://git.yishihui.com/iOS/BFCommonKit.git' pod 'BFNetRequestKit', :git => 'https://git.yishihui.com/iOS/BFNetRequestKit.git' pod 'BFUIKit', :git => 'https://git.yishihui.com/iOS/BFUIKit.git' pod 'BFMaterialKit', :git => 'https://git.yishihui.com/iOS/BFMaterialKit.git' pod 'BFFramework', :git => 'https://git.yishihui.com/iOS/BFFramework.git' pod 'BFVideoEditKit', :git => 'https://git.yishihui.com/iOS/BFVideoEditKit.git' pod 'BFAliyunNlsSDK-Swift', :git => 'https://git.yishihui.com/iOS/BFAliyunNlsSDK-Swift.git' post_install do |installer| installer.pods_project.targets.each do |target| #if target.name =="App" || target.name =="App1" target.build_configurations.each do |config| config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '10.0' end #end end end end