[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 9 / 5 / KRBaseComponents / 1.0.1 / KRBaseComponents.podspec.json
blobe7826dc35f66392152fa97eafa49d9f021fd8549
2   "name": "KRBaseComponents",
3   "version": "1.0.1",
4   "summary": "基础组件,专门放置基类",
5   "description": "基础组件,用来放置基类,比如base vc, base mode, base view",
6   "homepage": "https://github.com/AaronDai23/KRBaseComponents.git",
7   "license": "MIT (KRBaseComponents)",
8   "authors": {
9     "AaronDai23": "1311511825@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/AaronDai23/KRBaseComponents.git",
16     "tag": "1.0.1"
17   },
18   "subspecs": [
19     {
20       "name": "Models",
21       "source_files": "KRBaseComponents/Base/Models/**/*"
22     },
23     {
24       "name": "Views",
25       "source_files": "KRBaseComponents/Base/Views/**/*",
26       "frameworks": "WebKit",
27       "dependencies": {
28         "Masonry": [
29           "~>1.1.0"
30         ],
31         "MJRefresh": [
32           "~>3.1.15.7"
33         ],
34         "SVProgressHUD": [
35           "~>2.1.2"
36         ]
37       }
38     },
39     {
40       "name": "Controllers",
41       "source_files": "KRBaseComponents/Base/Controllers/**/*",
42       "frameworks": "WebKit",
43       "dependencies": {
44         "Masonry": [
45           "~>1.1.0"
46         ],
47         "KRCommonComponents": [
48           "~>1.0.3"
49         ],
50         "MJRefresh": [
51           "~>3.1.15.7"
52         ],
53         "SVProgressHUD": [
54           "~>2.1.2"
55         ]
56       }
57     }
58   ]