[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 8 / c / HBSwiftKit / 0.0.9 / HBSwiftKit.podspec.json
blobcf7029fce8c94397f69bc48bbcd21880feb9b720
2   "name": "HBSwiftKit",
3   "version": "0.0.9",
4   "summary": "个人常用组件.",
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.0.9"
23   },
24   "source_files": "HBSwiftKit/**/*.{h,m,swift}",
25   "resource_bundles": {
26     "HBSwiftKit": [
27       "HBSwiftKit/Assets/*.png"
28     ]
29   },
30   "requires_arc": true,
31   "dependencies": {
32     "Kingfisher": [
34     ]
35   },
36   "subspecs": [
37     {
38       "name": "Global",
39       "source_files": "HBSwiftKit/Global/*.{h,m,swift}"
40     },
41     {
42       "name": "Extension",
43       "source_files": "HBSwiftKit/Extension/*.{h,m,swift}",
44       "dependencies": {
45         "HBSwiftKit/Global": [
47         ]
48       }
49     },
50     {
51       "name": "BaseClass",
52       "source_files": "HBSwiftKit/BaseClass/*.{h,m,swift}",
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/BaseClass": [
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   "swift_version": "5.0"