| { |
| "name": "LYXHNetWorking", |
| "version": "1.0.0", |
| "summary": "A short description of LYXHNetWorking.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/XH/LYXHNetWorking", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "XH": "liyxiaohua@163.com" |
| }, |
| "source": { |
| "git": "https://gitee.com/dxsource/LYXHNetWorking.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "LYXHNetWorking/XHNetWorking.framework/Headers/*.{h}", |
| "vendored_frameworks": "LYXHNetWorking/*.framework", |
| "frameworks": "Security", |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 3.1.0" |
| ] |
| } |
| } |