blob: 619854da830f93f4006b2322da1bad83958d4a72 [file] [log] [blame]
{
"name": "NMKeychain",
"version": "0.0.1",
"summary": "Save data in Keychain with ease",
"description": "Save data in Keychain with ease. Typed, notification and in memory.",
"homepage": "https://github.com/NicolasMahe/NMKeychain",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nicolas Mahé": "nicolas@mahe.me"
},
"source": {
"git": "https://github.com/NicolasMahe/NMKeychain.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "NMKeychain/**/*.swift",
"frameworks": "UIKit",
"dependencies": {
"KeychainAccess": [
]
},
"pushed_with_swift_version": "3.0"
}