| { |
| "name": "QCNetworking", |
| "version": "0.0.1", |
| "summary": "网络请求框架", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/chensx1993/QCNetworking", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "chensx1993": "844711603@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/chensx1993/QCNetworking.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "QCNetworking/Classes/**/*", |
| "frameworks": "UIKit", |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 3.1.0" |
| ] |
| } |
| } |