blob: f025ec302dc98090e8301a0bbf809b653b3ffe3c [file] [log] [blame]
{
"name": "SNYKeyChain",
"version": "1.0",
"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.0"
},
"source_files": "SNYKeyChain/SNYKeyChain/*.{h,m,mm,cpp,c}",
"public_header_files": [
"SNYKeyChain/SNYKeyChain/*.h"
],
"frameworks": [
"Security",
"UIKit"
],
"requires_arc": true
}