blob: d66639f4fc90102876ca820945ceb3ef1470c867 [file] [log] [blame]
{
"name": "httpmodel",
"platforms": {
"ios": "8.0"
},
"version": "0.0.1",
"summary": "Dictionary <=> Model <=> JSON",
"homepage": "https://github.com/yellowzhou/ZZHttmModel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yellowzhou": "yellowzhou@sina.cn"
},
"source": {
"git": "https://github.com/yellowzhou/ZZHttmModel.git",
"tag": "0.0.1"
},
"frameworks": [
"CFNetwork",
"Foundation"
],
"source_files": "ZZHttpModel/Src/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}