hyperoslo / Keychains

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ DEPRECATED, NO LONGER MAINTAINED

Keychains

Version Carthage Compatible License Platform Swift

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, ios@hyper.no

License

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

About

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

License:Other


Languages

Language:Swift 91.7%Language:Ruby 8.3%