[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 8 / c / HBSwiftKit / 0.1.5 / HBSwiftKit.podspec.json
blobf8c819774ba510512e11b01cbb8e6d792763d598
2   "name": "HBSwiftKit",
3   "version": "0.1.5",
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.5"
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/HBTitleView/",
65         "HBSwiftKit/UIKit/HBScrollAdView/",
66         "HBSwiftKit/UIKit/AlertView/",
67         "HBSwiftKit/UIKit/Calendar/",
68         "HBSwiftKit/UIKit/DatePicker/",
69         "HBSwiftKit/UIKit/ImageBrower/",
70         "HBSwiftKit/UIKit/EditTable/",
71         "HBSwiftKit/UIKit/ThemeMode/"
72       ],
73       "dependencies": {
74         "HBSwiftKit/Global": [
76         ],
77         "HBSwiftKit/Extension": [
79         ],
80         "HBSwiftKit/BaseClass": [
82         ]
83       }
84     },
85     {
86       "name": "Network",
87       "source_files": "HBSwiftKit/Network/",
88       "dependencies": {
89         "HBSwiftKit/Global": [
91         ],
92         "HBSwiftKit/Extension": [
94         ],
95         "HBSwiftKit/UIKit": [
97         ]
98       }
99     }
100   ],
101   "swift_version": "5.0"