Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This is not for swift 4.0 #4

Closed
SumeetMourya opened this issue Sep 27, 2017 · 2 comments
Closed

This is not for swift 4.0 #4

SumeetMourya opened this issue Sep 27, 2017 · 2 comments

Comments

@SumeetMourya
Copy link

Are you still supporting this?

@aifedorov
Copy link

Hi, 9SumeetMourya!
You can try it:

post_install do |installer|
  installer.pods_project.targets.each do |target|
    target.build_configurations.each do |config|
      config.build_settings['SWIFT_VERSION'] = '3.2'
    end
  end
end

This makes Xcode build all your pods with Swift 3.2.

@chakery
Copy link
Owner

chakery commented Sep 29, 2017

you can use version 2.0.1, see README for details.

@chakery chakery closed this as completed Sep 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants