Skip to content

Instantly share code, notes, and snippets.

@wbroek
Created December 16, 2016 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wbroek/7dfab2887fa2dbdd9c84f8a09b2ceab8 to your computer and use it in GitHub Desktop.
Save wbroek/7dfab2887fa2dbdd9c84f8a09b2ceab8 to your computer and use it in GitHub Desktop.
Set swift target for Cocoapods
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.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