blob: 6bfacba4d26d8e3fa664ef8e7f28c7c1bc1940ba [file] [log] [blame]
{
"name": "ChainedKit",
"version": "1.0",
"summary": "Chained Code",
"description": "An Easy way to Chain Code",
"homepage": "https://github.com/silence0201/ChainedKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Silence": "374619540@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/silence0201/ChainedKit.git",
"tag": "1.0"
},
"source_files": [
"ChainedKit",
"ChainedKit/**/*.{h,m}"
],
"exclude_files": "ChainedKit/Exclude",
"public_header_files": "ChainedKit/**/*.h",
"requires_arc": true
}