blob: f54624290610acd9095a67e9e023acaa86f553be [file] [log] [blame]
{
"name": "UICKeyChainStore",
"version": "1.0.5",
"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.0.5"
},
"platforms": {
"ios": "4.3",
"osx": "10.6"
},
"requires_arc": true,
"source_files": "Lib/*",
"frameworks": "Security"
}