| { | |
| "name": "HKHttp", | |
| "version": "0.1.1", | |
| "summary": "使用链式语法实现对AFNetworking的二次封装.", | |
| "description": "TODO: Add long description of the pod here.", | |
| "homepage": "https://github.com/inoryshu/HKHttp", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "inoryshu": "inoryxun@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/inoryshu/HKHttp.git", | |
| "tag": "0.1.1" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source_files": "HKHttp/Classes/**/*", | |
| "dependencies": { | |
| "AFNetworking": [ | |
| ] | |
| } | |
| } |