blob: 629bdff3798976b5dd151beea845aa8f1f6f6557 [file] [log] [blame]
{
"name": "ZCKeyChainStore",
"version": "0.0.1",
"summary": "ZCKeyChainStore",
"description": "It is a ZCKeyChainStore used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/ChenZhenChun/ZCKeyChainStore",
"license": "MIT",
"authors": {
"ChenZhenChun": "346891964@qq.com"
},
"source": {
"git": "https://github.com/ChenZhenChun/ZCKeyChainStore.git",
"tag": "0.0.1",
"submodules": true
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "ZCKeyChainStore",
"source_files": "ZCKeyChainStore/ZCKeyChainStore/*.{h,m}",
"public_header_files": "ZCKeyChainStore/ZCKeyChainStore/*.h"
}
]
}