| { |
| "name": "YHNetworking", |
| "version": "0.0.1", |
| "summary": "YHNetworking is a network request tool based on AFNetworking.", |
| "homepage": "https://github.com/yehot/YHNetworking", |
| "license": "MIT", |
| "authors": { |
| "yehot": "yehot2013@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/yehot/YHNetworking.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "YHNetwork/*.{h,m}", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 2.0" |
| ], |
| "AFDownloadRequestOperation": [ |
| "~> 2.0" |
| ] |
| } |
| } |