| { | |
| "name": "JsonModelHttp", | |
| "version": "0.0.6", | |
| "summary": "整合简化Http+Json的网络调用", | |
| "homepage": "https://github.com/wochen85/JsonModelHttp", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "CHAT": "312163862@qq.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/wochen85/JsonModelHttp.git", | |
| "tag": "0.0.6" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "requires_arc": true, | |
| "dependencies": { | |
| "AFNetworking": [ | |
| ], | |
| "YYModel": [ | |
| ] | |
| }, | |
| "source_files": "JsonModelHttp/JsonModelHttp/*.{h,m}" | |
| } |