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

MiniKeychain 1.0.8

MiniKeychain 1.0.8

TestsTested
LangLanguage SwiftSwift
License Unknown
ReleasedLast Release Apr 2018
SwiftSwift Version 4.0
SPMSupports SPM

Maintained by sonson.



Version License Platform

MiniKeychain

Keychain library for reddift. MiniKeychain is developed based on KeychainAccess.

How to use

let keychain = MiniKeychain(service: "com.sonson.MiniKeychain")
let name = "name"
let password = "password"
if let data = password.data(using: .utf8) {
    do {
        try keychain.save(key: name, data: data)
    } catch {
        print(error)
    }
}

License

MIT license.