[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 8 / c / HBSwiftKit / 0.0.8 / HBSwiftKit.podspec.json
blobeac00627524789c22776ecfea09edce24cf7acf7
2   "name": "HBSwiftKit",
3   "version": "0.0.8",
4   "summary": "Swift个人常用组件.",
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.8"
23   },
24   "requires_arc": true,
25   "dependencies": {
26     "Kingfisher": [
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "Global",
33       "source_files": "**/HBSwiftKit/Global/**/*.{h,m,swift}"
34     },
35     {
36       "name": "Foundation",
37       "source_files": "**/HBSwiftKit/Foundation/**/*.{h,m,swift}"
38     },
39     {
40       "name": "BaseClass",
41       "source_files": "**/HBSwiftKit/BaseClass/**/*.{h,m,swift}"
42     },
43     {
44       "name": "UIKit",
45       "source_files": "**/HBSwiftKit/UIKit/**/*.{h,m,swift}",
46       "dependencies": {
47         "HBSwiftKit/Global": [
49         ],
50         "HBSwiftKit/Foundation": [
52         ]
53       }
54     },
55     {
56       "name": "Network",
57       "source_files": "**/HBSwiftKit/Network/**/*.{h,m,swift}",
58       "dependencies": {
59         "HBSwiftKit/Global": [
61         ],
62         "HBSwiftKit/Foundation": [
64         ],
65         "HBSwiftKit/UIKit": [
67         ]
68       }
69     }
70   ],
71   "swift_version": "5.0"