[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 8 / c / HBSwiftKit / 0.3.5 / HBSwiftKit.podspec.json
blob590983161d4e40cffe0cb56a1fdf921ccbef69c6
2   "name": "HBSwiftKit",
3   "version": "0.3.5",
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.3.5"
23   },
24   "resources": "HBSwiftKit/HBSwiftKit.bundle",
25   "requires_arc": true,
26   "static_framework": true,
27   "subspecs": [
28     {
29       "name": "Global",
30       "source_files": "HBSwiftKit/Global/",
31       "frameworks": [
32         "Foundation",
33         "UIKit"
34       ],
35       "dependencies": {
36         "CocoaLumberjack/Swift": [
38         ]
39       }
40     },
41     {
42       "name": "Extension",
43       "source_files": "HBSwiftKit/Extension/",
44       "dependencies": {
45         "HBSwiftKit/Global": [
47         ]
48       }
49     },
50     {
51       "name": "Base",
52       "source_files": "HBSwiftKit/Base/",
53       "dependencies": {
54         "HBSwiftKit/Global": [
56         ],
57         "HBSwiftKit/Extension": [
59         ]
60       }
61     },
62     {
63       "name": "UIKit",
64       "source_files": "HBSwiftKit/UIKit/**/*",
65       "dependencies": {
66         "HBSwiftKit/Global": [
68         ],
69         "HBSwiftKit/Extension": [
71         ],
72         "HBSwiftKit/Base": [
74         ]
75       }
76     },
77     {
78       "name": "Network",
79       "source_files": "HBSwiftKit/Network/",
80       "dependencies": {
81         "HBSwiftKit/Global": [
83         ],
84         "HBSwiftKit/Extension": [
86         ],
87         "HBSwiftKit/UIKit": [
89         ]
90       }
91     },
92     {
93       "name": "Tools",
94       "source_files": "HBSwiftKit/Tools/",
95       "dependencies": {
96         "HBSwiftKit/Global": [
98         ],
99         "HBSwiftKit/UIKit": [
101         ]
102       }
103     }
104   ],
105   "swift_version": "5.0"