blob: 249e0ef0b913db69010152635fa1fe864d9d60c0 [file] [log] [blame]
{
"name": "KeychainAccess",
"version": "1.0.2",
"summary": "KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X.",
"description": " KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X. Makes using Keychain APIs exremely easy and much more palatable to use in Swift.\n",
"homepage": "https://github.com/kishikawakatsumi/KeychainAccess",
"screenshots": "https://raw.githubusercontent.com/kishikawakatsumi/KeychainAccess/master/Screenshots/01.png",
"license": "MIT",
"authors": {
"kishikawa katsumi": "kishikawakatsumi@mac.com"
},
"source": {
"git": "https://github.com/kishikawakatsumi/KeychainAccess.git",
"tag": "v1.0.2"
},
"social_media_url": "https://twitter.com/k_katsumi",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Lib/KeychainAccess/*.swift"
}