CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

Keychains 2.0.0

Keychains 2.0.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Oct 2017
SwiftSwift Version 4.0
SPMSupports SPM

Maintained by Khoa Pham, Hyper Interaktiv AS.



Keychains 2.0.0





A keychain wrapper that is so easy to use that your cat could use it.

Usage

// Save and/or update a password
Keychain.setPassword(password, forAccount: account)

// Get a password
Keychain.password(forAccount:account)

// Delete a password
Keychain.deletePassword(forAccount: account)

Installation

Keychains is available through CocoaPods. To install
it, simply add the following line to your Podfile:

pod 'Keychains'

Keychain is also available through Carthage.
To install just write into your Cartfile:

github "hyperoslo/Keychains"

Author

Hyper Interaktiv AS, [email protected]

License

Keychains is available under the MIT license. See the LICENSE file for more info.