| { |
| "name": "ZHNetworking", |
| "version": "1.0.0", |
| "summary": "iOS网络操作", |
| "description": "iOS网络操作:各种方式(GET、POST等)的请求、上传、下载", |
| "homepage": "https://github.com/leezhihua/ZHNetworking", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "leezhihua": "leezhihua@yeah.net" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/leezhihua/ZHNetworking.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "Pod/Classes/*.{h,m}", |
| "frameworks": "Foundation", |
| "requires_arc": true, |
| "dependencies": { |
| "AFNetworking": [ |
| |
| ] |
| } |
| } |