| { |
| "name": "YGNetworking", |
| "version": "1.0.0", |
| "summary": "基于 AFNetworking 封装的一个网络库.", |
| "description": "基于 AFNetworking 封装的一层网络请求库,更便捷的使用方式和更好的扩展性。", |
| "homepage": "https://github.com/oneofai/YGNetworking", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "oneofai": "holaux@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/oneofai/YGNetworking.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "YGNetworking/Classes/**/*", |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 4.0" |
| ] |
| } |
| } |