Skip to content

Instantly share code, notes, and snippets.

@wess
Created September 27, 2016 14:09
Show Gist options
  • Save wess/d72b4f648c2fd18984cc9bed89aff701 to your computer and use it in GitHub Desktop.
Save wess/d72b4f648c2fd18984cc9bed89aff701 to your computer and use it in GitHub Desktop.
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