Compare commits

...

3 Commits

Author SHA1 Message Date
matthewpalmer 0e6f35c8bb Bump podspec 2016-01-24 10:43:06 +11:00
matthewpalmer b0e072ca75 Merge branch 'master' of https://github.com/matthewpalmer/Locksmith
* 'master' of https://github.com/matthewpalmer/Locksmith:
  full bitcode is needed for running Debug on device
  don't set ONLY_ACTIVE_ARCH to YES
2016-01-24 10:40:20 +11:00
matthewpalmer a9c1a6022b Bump podspec version 2016-01-17 15:43:00 +11:00
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Locksmith"
s.version = "2.0.2"
s.version = "2.0.6"
s.summary = "Locksmith is a powerful, protocol-oriented library for working with the keychain in Swift."
s.description = <<-DESC
Locksmith is a powerful, protocol-oriented library for working with the iOS, Mac OS X, watchOS, and tvOS keychain in Swift. It provides extensive support for a lot of different keychain requests, and extensively uses Swift-native concepts.