matthewpalmer / Locksmith

A powerful, protocol-oriented library for working with the keychain in Swift.
MIT License
2.92k stars 266 forks source link

Support Swift 2.3 in frameworks #167

Open grzegorzleszek opened 7 years ago

grzegorzleszek commented 7 years ago

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

raxityo commented 7 years ago

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 commented 7 years ago

Thank you for your help @raxityo , but: