blob: 1d8f8d3fef0b7b5b1368545fb04fd2447d7645de [file] [log] [blame]
{
"name": "UICKeyChainStore",
"version": "1.0.3",
"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",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kishikawakatsumi": "kishikawakatsumi@mac.com"
},
"source": {
"git": "https://github.com/kishikawakatsumi/UICKeyChainStore.git",
"tag": "v1.0.3"
},
"platforms": {
"ios": "4.3",
"osx": "10.6"
},
"source_files": "Lib/*",
"frameworks": "Security",
"requires_arc": true
}