[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 8 / c / HBSwiftKit / 0.2.2 / HBSwiftKit.podspec.json
blob58b8744e563196f897e900a0d1e597c07523744e
2   "name": "HBSwiftKit",
3   "version": "0.2.2",
4   "summary": "some common components.",
5   "description": "仅仅一些个人常用组件.学习工作使用.",
6   "homepage": "https://github.com/hubin97/HBSwiftKitExample",
7   "swift_versions": [
8     "5.0"
9   ],
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Hubin_Huang": "970216474@qq.com"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/hubin97/HBSwiftKitExample.git",
22     "tag": "0.2.2"
23   },
24   "resources": "HBSwiftKit/HBSwiftKit.bundle",
25   "requires_arc": true,
26   "subspecs": [
27     {
28       "name": "Global",
29       "source_files": "HBSwiftKit/Global/",
30       "frameworks": [
31         "Foundation",
32         "UIKit"
33       ]
34     },
35     {
36       "name": "Extension",
37       "source_files": "HBSwiftKit/Extension/",
38       "dependencies": {
39         "HBSwiftKit/Global": [
41         ]
42       }
43     },
44     {
45       "name": "Base",
46       "source_files": "HBSwiftKit/Base/",
47       "dependencies": {
48         "HBSwiftKit/Global": [
50         ],
51         "HBSwiftKit/Extension": [
53         ]
54       }
55     },
56     {
57       "name": "UIKit",
58       "source_files": [
59         "HBSwiftKit/UIKit/AlertView/",
60         "HBSwiftKit/UIKit/DatePicker/",
61         "HBSwiftKit/UIKit/YTHitView/"
62       ],
63       "dependencies": {
64         "HBSwiftKit/Global": [
66         ],
67         "HBSwiftKit/Extension": [
69         ],
70         "HBSwiftKit/Base": [
72         ]
73       }
74     },
75     {
76       "name": "Network",
77       "source_files": "HBSwiftKit/Network/",
78       "dependencies": {
79         "HBSwiftKit/Global": [
81         ],
82         "HBSwiftKit/Extension": [
84         ],
85         "HBSwiftKit/UIKit": [
87         ]
88       }
89     },
90     {
91       "name": "Tools",
92       "source_files": "HBSwiftKit/Tools/"
93     }
94   ],
95   "swift_version": "5.0"