blob: 13b929bf12b39562ec2a09ed8e48ad0a3fcf7aa2 [file] [log] [blame]
{
"name": "TheState",
"version": "0.1.2",
"summary": "iOS状态管理",
"homepage": "https://github.com/DacianSky/TheState",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TheMe": "sdqvsqiu@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/DacianSky/TheState.git",
"tag": "0.1.2"
},
"source_files": [
"TheState",
"TheState/**/*.{h,m}"
],
"public_header_files": "TheState/**/*.h",
"frameworks": "Foundation",
"requires_arc": true
}