[![CI Status](http://img.shields.io/travis/Ashley Mills/Simple-KeychainSwift.svg?style=flat)](https://travis-ci.org/Ashley Mills/Simple-KeychainSwift)
To run the example project, clone the repo, and run pod install
from the Example directory first.
Just drop the Keychain.swift file into your project. That's it!
Simple-KeychainSwift is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "Simple-KeychainSwift"
Simple-KeychainSwift was wrtten by Ashley Mills, [email protected]
Simple-KeychainSwift is available under the MIT license. See the LICENSE file for more info.
Keychain.set("some value", forKey: "my key")
Keychain.set(true/false, forKey: "my key")
Keychain.value(forKey: "my key")
Keychain.bool(forKey: "my key")
Keychain.removeValue(forKey: "my key")
Keychain.reset()
Got a bug fix, or a new feature? Create a pull request and go for it!
If you use Keychain.swift, please let me know.
Cheers, Ash