[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 6 / b / 5 / KRCommonUIComponents / 1.0.1 / KRCommonUIComponents.podspec.json
bloba601f47d647be99252787b9936a4111ea9484e03
2   "name": "KRCommonUIComponents",
3   "version": "1.0.1",
4   "summary": "通用UI组件",
5   "description": "通用UI组件,专门放置工程通用UI,比如弹框,Loading,按钮样式等等",
6   "homepage": "https://github.com/AaronDai23/KRCommonUIComponents.git",
7   "license": "MIT (KRCommonUIComponents)",
8   "authors": {
9     "AaronDai23": "1311511825@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/AaronDai23/KRCommonUIComponents.git",
16     "tag": "1.0.1"
17   },
18   "resource_bundles": {
19     "CheckBox": [
20       "KRCommonUIComponents/QCheckbox/Assets/*.png"
21     ]
22   },
23   "subspecs": [
24     {
25       "name": "Draw",
26       "source_files": "KRCommonUIComponents/Draw/**/*",
27       "frameworks": "UIKit",
28       "dependencies": {
29         "KRCommonComponents": [
30           "~> 1.0.4"
31         ],
32         "Masonry": [
33           "1.1.0"
34         ]
35       }
36     },
37     {
38       "name": "QCheckbox",
39       "source_files": "KRCommonUIComponents/QCheckbox/Class/**/*",
40       "frameworks": "UIKit"
41     },
42     {
43       "name": "KRAlertView",
44       "source_files": "KRCommonUIComponents/KRAlertView/**/*",
45       "frameworks": "UIKit",
46       "dependencies": {
47         "KRCommonComponents": [
48           "~> 1.0.4"
49         ],
50         "Masonry": [
51           "1.1.0"
52         ]
53       }
54     },
55     {
56       "name": "Hud",
57       "source_files": "KRCommonUIComponents/Hud/**/*",
58       "dependencies": {
59         "SVProgressHUD": [
60           "~> 2.1.2"
61         ]
62       }
63     }
64   ]