blob: 29ba4925eff3385f6a37e5485b6455249c19e9e7 [file] [log] [blame]
{
"name": "YaKeychain",
"version": "0.0.1",
"description": "Yat another Cocoa wrapper for the keychain that works on iOS",
"summary": "Yat another Cocoa wrapper for the keychain.",
"homepage": "https://github.com/iliYF/YaKeychain",
"authors": {
"iliYF": "yeelik.fung@gmail.com"
},
"source": {
"git": "https://github.com/iliYF/YaKeychain.git",
"tag": "v0.0.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source_files": "YaKeychain/*.{h,m}",
"frameworks": [
"Security",
"Foundation"
],
"platforms": {
"ios": "7.0"
}
}