blob: 4e66d74d5140eb85cd6618792ec713762d6a31fc [file] [log] [blame]
{
"name": "TheState",
"version": "0.1.1",
"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.1"
},
"source_files": [
"TheState",
"TheState/**/*.{h,m}"
],
"public_header_files": "TheState/**/*.h",
"frameworks": "Foundation",
"requires_arc": true
}