blob: ab1f05573802bf9c68b0d3afa17dc9da4f0f3309 [file] [log] [blame]
{
"name": "SNYKeyChain",
"version": "1.1",
"summary": "simple Keychain",
"homepage": "https://github.com/songnaiyin/SNYKeychain",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"songnaiyin": "598922307@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/songnaiyin/SNYKeychain.git",
"tag": "1.1"
},
"source_files": "SNYKeychain/SNYKeychain/*.{h,m,mm,cpp,c}",
"public_header_files": [
"SNYKeychain/SNYKeychain/*.h"
],
"frameworks": [
"Security",
"Foundation"
],
"requires_arc": true
}