blob: c9bab73cbe8f5312ca13664e02f8c27279582708 [file] [log] [blame]
{
"name": "UICKeyChainStore",
"version": "1.1.0",
"summary": "UICKeyChainStore is a simple wrapper for Keychain on iOS and OS X. Makes using Keychain APIs as easy as NSUserDefaults.",
"homepage": "https://github.com/kishikawakatsumi/UICKeyChainStore",
"social_media_url": "https://twitter.com/k_katsumi",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kishikawa katsumi": "kishikawakatsumi@mac.com"
},
"source": {
"git": "https://github.com/kishikawakatsumi/UICKeyChainStore.git",
"tag": "v1.1.0"
},
"platforms": {
"ios": "4.3",
"osx": "10.6"
},
"requires_arc": true,
"source_files": "Lib/*",
"frameworks": "Security"
}