[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 0 / e / 4 / QuickUI / 0.0.1 / QuickUI.podspec.json
blob39e15276bbfe0a0e2f906a1a39c6daf69e5c56c0
2   "name": "QuickUI",
3   "version": "0.0.1",
4   "summary": "一些好用的父类视图控件",
5   "description": "一些好用的父类,用于快速搭建视图",
6   "homepage": "https://github.com/GorCat/QuickUI-Swift",
7   "license": "MIT",
8   "authors": {
9     "GorCat": "745318341@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/GorCat/QuickUI-Swift.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "QuickUI",
20     "QuickUI/**/*.{swift}"
21   ],
22   "dependencies": {
23     "MJRefresh": [
24       "~> 3.1.12"
25     ],
26     "Kingfisher": [
27       "~> 3.13.0"
28     ]
29   },
30   "requires_arc": true,
31   "pushed_with_swift_version": "3"