Skip to content

Instantly share code, notes, and snippets.

@azimin
Created June 30, 2016 10:04
Show Gist options
  • Save azimin/bf01899e1098443c8cd33e2568b0bc55 to your computer and use it in GitHub Desktop.
Save azimin/bf01899e1098443c8cd33e2568b0bc55 to your computer and use it in GitHub Desktop.
Swift Version Setup in Podfile
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |configuration|
configuration.build_settings['SWIFT_VERSION'] = "2.3"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment