[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / 3 / 8 / c / HBSwiftKit / 0.1.3 / HBSwiftKit.podspec.json
blobf80e282db21f1694c638c165a829a2602fc4ecb3
2   "name": "HBSwiftKit",
3   "version": "0.1.3",
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.1.3"
23   },
24   "resources": "HBSwiftKit/HBSwiftKit.bundle",
25   "requires_arc": true,
26   "dependencies": {
27     "Kingfisher": [
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "Global",
34       "source_files": "HBSwiftKit/Global/",
35       "frameworks": [
36         "Foundation",
37         "UIKit"
38       ]
39     },
40     {
41       "name": "Extension",
42       "source_files": "HBSwiftKit/Extension/",
43       "dependencies": {
44         "HBSwiftKit/Global": [
46         ]
47       }
48     },
49     {
50       "name": "BaseClass",
51       "source_files": "HBSwiftKit/BaseClass/",
52       "dependencies": {
53         "HBSwiftKit/Global": [
55         ],
56         "HBSwiftKit/Extension": [
58         ]
59       }
60     },
61     {
62       "name": "UIKit",
63       "source_files": [
64         "HBSwiftKit/UIKit/AlertView/",
65         "HBSwiftKit/UIKit/Calendar/",
66         "HBSwiftKit/UIKit/DatePicker/",
67         "HBSwiftKit/UIKit/ImageBrower/",
68         "HBSwiftKit/UIKit/EditTable/",
69         "HBSwiftKit/UIKit/ThemeMode/"
70       ],
71       "dependencies": {
72         "HBSwiftKit/Global": [
74         ],
75         "HBSwiftKit/Extension": [
77         ],
78         "HBSwiftKit/BaseClass": [
80         ]
81       }
82     },
83     {
84       "name": "Network",
85       "source_files": "HBSwiftKit/Network/",
86       "dependencies": {
87         "HBSwiftKit/Global": [
89         ],
90         "HBSwiftKit/Extension": [
92         ],
93         "HBSwiftKit/UIKit": [
95         ]
96       }
97     }
98   ],
99   "swift_version": "5.0"