| { |
| "name": "HeroinNetworking", |
| "version": "0.2.4", |
| "summary": "my HeroinNetworking.", |
| "description": "here is description.", |
| "homepage": "https://skychen2012.github.io", |
| "license": "MIT", |
| "authors": { |
| "Benson Chen": "zjxucb@gmail.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/SkyChen2012/HeroinNetworking.git", |
| "tag": "0.2.4" |
| }, |
| "source_files": [ |
| "HeroinNetworking", |
| "Networking/*" |
| ], |
| "libraries": [ |
| "iconv", |
| "xml2" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 3.2.1" |
| ] |
| } |
| } |