Skip to content

Instantly share code, notes, and snippets.

@Busta117
Created September 22, 2016 19:20
Show Gist options
  • Save Busta117/2561e6c8cc33538fe24a42e1f7511cfa to your computer and use it in GitHub Desktop.
Save Busta117/2561e6c8cc33538fe24a42e1f7511cfa 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 |config|
config.build_settings['SWIFT_VERSION'] = '3.0'
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment