| { |
| "name": "QuickUI", |
| "version": "0.0.1", |
| "summary": "一些好用的父类视图控件", |
| "description": "一些好用的父类,用于快速搭建视图", |
| "homepage": "https://github.com/GorCat/QuickUI-Swift", |
| "license": "MIT", |
| "authors": { |
| "GorCat": "745318341@qq.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/GorCat/QuickUI-Swift.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "QuickUI", |
| "QuickUI/**/*.{swift}" |
| ], |
| "dependencies": { |
| "MJRefresh": [ |
| "~> 3.1.12" |
| ], |
| "Kingfisher": [ |
| "~> 3.13.0" |
| ] |
| }, |
| "requires_arc": true, |
| "pushed_with_swift_version": "3" |
| } |