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

Support Swift 2.3 in frameworks #167

Open
grzegorzleszek opened this issue Jan 4, 2017 · 2 comments
Open

Support Swift 2.3 in frameworks #167

grzegorzleszek opened this issue Jan 4, 2017 · 2 comments

Comments

@grzegorzleszek
Copy link

Hello,

I am using Locksmith as a dependency of a framework. Could you please add a tag e.g 2.3.0 to the swift-2.3 branch and make a release, so I could add it to the podspec like this:

  s.dependency 'Locksmith', '2.3.0'

Great work, BTW

@grzegorzleszek grzegorzleszek changed the title support swift 2.3 in frameworks Support swift 2.3 in frameworks Jan 4, 2017
@grzegorzleszek grzegorzleszek changed the title Support swift 2.3 in frameworks Support Swift 2.3 in frameworks Jan 4, 2017
@raxityo
Copy link

raxityo commented Jan 9, 2017

If it helps, 2.0.8 is the latest version on swift-2.3 branch (source).
So you could just do:

  s.dependency 'Locksmith', '2.0.8'

without requiring the maintainer to release a version.

@grzegorzleszek
Copy link
Author

Thank you for your help @raxityo , but:

  • Branch swift-2.3 is not taged, so it can not be used in podspec.
  • Tag 2.0.8 is pointing to comit 6b32c7e. it is swift 2.2 so it can not be mixed with swift 2.3

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

2 participants