Browse Source

Merge branch 'ezura-patch-1'

Evgenii Neumerzhitckii 9 years ago
parent
commit
5b6a5cbd8b
3 changed files with 7 additions and 2 deletions
  1. 4 0
      CHANGELOG.md
  2. 1 1
      KeychainSwift.podspec
  3. 2 1
      README.md

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # KeychainSwift version history
 
+## 3.0.12 (2016-04-15)
+
+Added iOS 7 support.
+
 ## 3.0.11 (2016-01-24)
 
 Added methods for setting/getting booleans.

+ 1 - 1
KeychainSwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name        = "KeychainSwift"
-  s.version     = "3.0.11"
+  s.version     = "3.0.12"
   s.license     = { :type => "MIT" }
   s.homepage    = "https://github.com/marketplacer/keychain-swift"
   s.summary     = "A library for saving text and data in the Keychain with Swift."

+ 2 - 1
README.md

@@ -171,11 +171,12 @@ Here are some other Keychain libraries.
 * [s-aska/KeyClip](https://github.com/s-aska/KeyClip)
 * [yankodimitrov/SwiftKeychain](https://github.com/yankodimitrov/SwiftKeychain)
 
-## Credits
+## Thanks 👍
 
 * The code is based on this example: [https://gist.github.com/s-aska/e7ad24175fb7b04f78e7](https://gist.github.com/s-aska/e7ad24175fb7b04f78e7)
 * Thanks to [glyuck](https://github.com/glyuck) for taming booleans.
 * Thanks to [pepibumur](https://github.com/pepibumur) for adding OS X, watchOS and tvOS support.
+* Thanks to [ezura](https://github.com/ezura) for iOS 7 support.
 
 ## License