# Uncomment this line to define a global platform for your project platform :ios, "11.1" target "Juick" do pod 'AFNetworking' pod 'SAMKeychain' pod 'DateTools' pod 'PHFComposeBarView' pod 'UIView+Shimmer' end post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.1' end end end