[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 8 / c / HBSwiftKit / 0.1.8 / HBSwiftKit.podspec.json
blob4de744d0baa6e576df804f84014ea7261fb2338a
2   "name": "HBSwiftKit",
3   "version": "0.1.8",
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.1.8"
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       ],
62       "dependencies": {
63         "HBSwiftKit/Global": [
65         ],
66         "HBSwiftKit/Extension": [
68         ],
69         "HBSwiftKit/Base": [
71         ]
72       }
73     },
74     {
75       "name": "Network",
76       "source_files": "HBSwiftKit/Network/",
77       "dependencies": {
78         "HBSwiftKit/Global": [
80         ],
81         "HBSwiftKit/Extension": [
83         ],
84         "HBSwiftKit/UIKit": [
86         ]
87       }
88     },
89     {
90       "name": "Tools",
91       "source_files": "HBSwiftKit/Tools/"
92     }
93   ],
94   "swift_version": "5.0"