| { |
| "name": "LQAlamoUnit", |
| "version": "1.6.0", |
| "summary": "基于Alamofire/SwiftyJSON的网络请求封装", |
| "description": "基于Alamofire/SwiftyJSON的网络请求封装, 在使用中遇到问题可联系QQ:302934443或邮箱:lqq200912408@163.com", |
| "homepage": "https://github.com/LQi2009/LQAlamoUnit", |
| "license": "MIT", |
| "authors": { |
| "LiuQiqiang": "lqq200912408@163.com" |
| }, |
| "social_media_url": "https://www.jianshu.com/p/a72a529dc659", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/LQi2009/LQAlamoUnit.git", |
| "tag": "1.6.0" |
| }, |
| "source_files": [ |
| "LQAlamoUnit", |
| "LQAlamoUnit/LQAlamoUnit/*.{swift}" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.7.3" |
| ], |
| "SwiftyJSON": [ |
| "~> 4.1.0" |
| ] |
| }, |
| "swift_version": "4.1" |
| } |