| { |
| "name": "HQNetworking", |
| "version": "1.0.0", |
| "summary": "网络层", |
| "description": "网络抽象层", |
| "homepage": "https://github.com/LiuHuanQing/HQNetworking", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "刘欢庆": "liu-lhq@163.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/LiuHuanQing/HQNetworking.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "frameworks": [ |
| "AFNetworking", |
| "YYModel" |
| ], |
| "dependencies": { |
| "YYModel": [ |
| "~> 1.0.4" |
| ], |
| "AFNetworking/NSURLSession": [ |
| "~> 3.1.0" |
| ] |
| } |
| } |