| { |
| "name": "QLNetwork", |
| "version": "0.0.3", |
| "summary": "对ANNetworking 封装", |
| "description": "对ANNetworking 进行封装以方便自己使用", |
| "homepage": "https://github.com/mark1225/QLNetwork", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "qilong": "915464855@qq.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/mark1225/QLNetwork.git", |
| "tag": "0.0.3" |
| }, |
| "source_files": "QLNetworkDemo/QLNetworkDemo/QLNetwork/*.{h,m}", |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 3.2.1" |
| ], |
| "YYCache": [ |
| "~> 1.0.4" |
| ] |
| }, |
| "requires_arc": true |
| } |