[Add] MARSDK_EPSDK 5.4.1
[CocoaPods.git] / Specs / 3 / 8 / c / HBSwiftKit / 0.1.2 / HBSwiftKit.podspec.json
blob3ad4ee3c2ddef93c6bde212654a110f42cbef18c
2   "name": "HBSwiftKit",
3   "version": "0.1.2",
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.2"
23   },
24   "resource_bundles": {
25     "HBSwiftKit": [
26       "HBSwiftKit/Assets/*.png"
27     ]
28   },
29   "requires_arc": true,
30   "dependencies": {
31     "Kingfisher": [
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "Global",
38       "source_files": "HBSwiftKit/Global/",
39       "frameworks": [
40         "Foundation",
41         "UIKit"
42       ]
43     },
44     {
45       "name": "Extension",
46       "source_files": "HBSwiftKit/Extension/",
47       "dependencies": {
48         "HBSwiftKit/Global": [
50         ]
51       }
52     },
53     {
54       "name": "BaseClass",
55       "source_files": "HBSwiftKit/BaseClass/",
56       "dependencies": {
57         "HBSwiftKit/Global": [
59         ],
60         "HBSwiftKit/Extension": [
62         ]
63       }
64     },
65     {
66       "name": "UIKit",
67       "source_files": [
68         "HBSwiftKit/UIKit/AlertView/",
69         "HBSwiftKit/UIKit/Calendar/",
70         "HBSwiftKit/UIKit/DatePicker/",
71         "HBSwiftKit/UIKit/ImageBrower/",
72         "HBSwiftKit/UIKit/EditTable/",
73         "HBSwiftKit/UIKit/ThemeMode/"
74       ],
75       "dependencies": {
76         "HBSwiftKit/Global": [
78         ],
79         "HBSwiftKit/Extension": [
81         ],
82         "HBSwiftKit/BaseClass": [
84         ]
85       }
86     },
87     {
88       "name": "Network",
89       "source_files": "HBSwiftKit/Network/",
90       "dependencies": {
91         "HBSwiftKit/Global": [
93         ],
94         "HBSwiftKit/Extension": [
96         ],
97         "HBSwiftKit/UIKit": [
99         ]
100       }
101     }
102   ],
103   "swift_version": "5.0"