| { | |
| "name": "NXHNetWork", | |
| "version": "1.0", | |
| "summary": "try pod", | |
| "homepage": "https://github.com/niuxinghua/NXHNetWork", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "niuxinghua": "970626879@qq.com" | |
| }, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/niuxinghua/NXHNetWork.git", | |
| "tag": "1.0" | |
| }, | |
| "source_files": [ | |
| "Net", | |
| "Net/**/*.{h,m}" | |
| ], | |
| "dependencies": { | |
| "AFNetworking": [ | |
| "~> 3.0" | |
| ] | |
| } | |
| } |