[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / 3 / 8 / c / HBSwiftKit / 0.3.1 / HBSwiftKit.podspec.json
blobe190dc2293ee3bfc3c789bffb3d089683ff2d5f8
2   "name": "HBSwiftKit",
3   "version": "0.3.1",
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.1"
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": "HBSwiftKit/UIKit/**/*",
59       "dependencies": {
60         "HBSwiftKit/Global": [
62         ],
63         "HBSwiftKit/Extension": [
65         ],
66         "HBSwiftKit/Base": [
68         ]
69       }
70     },
71     {
72       "name": "Network",
73       "source_files": "HBSwiftKit/Network/",
74       "dependencies": {
75         "HBSwiftKit/Global": [
77         ],
78         "HBSwiftKit/Extension": [
80         ],
81         "HBSwiftKit/UIKit": [
83         ]
84       }
85     },
86     {
87       "name": "Tools",
88       "source_files": "HBSwiftKit/Tools/",
89       "dependencies": {
90         "HBSwiftKit/Global": [
92         ],
93         "HBSwiftKit/UIKit": [
95         ]
96       }
97     }
98   ],
99   "swift_version": "5.0"