[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 8 / c / HBSwiftKit / 0.5.0 / HBSwiftKit.podspec.json
bloba2623ea4af538de273e98467c074afb0b472fd20
2   "name": "HBSwiftKit",
3   "version": "0.5.0",
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": "13.0"
19   },
20   "source": {
21     "git": "https://github.com/hubin97/HBSwiftKitExample.git",
22     "tag": "0.5.0"
23   },
24   "resources": "HBSwiftKit/HBSwiftKit.bundle",
25   "requires_arc": true,
26   "subspecs": [
27     {
28       "name": "Base",
29       "dependencies": {
30         "SnapKit": [
32         ],
33         "Kingfisher": [
35         ],
36         "Toast-Swift": [
38         ],
39         "ProgressHUD": [
41         ]
42       },
43       "subspecs": [
44         {
45           "name": "Extension",
46           "source_files": "HBSwiftKit/Base/Extension/*.swift"
47         },
48         {
49           "name": "Core",
50           "frameworks": [
51             "Foundation",
52             "UIKit"
53           ],
54           "source_files": "HBSwiftKit/Base/Core/**/*.swift",
55           "dependencies": {
56             "HBSwiftKit/Base/Extension": [
58             ]
59           }
60         }
61       ]
62     },
63     {
64       "name": "HTTP",
65       "dependencies": {
66         "RxSwift": [
68         ],
69         "RxRelay": [
71         ],
72         "Moya": [
74         ],
75         "ObjectMapper": [
77         ],
78         "PromiseKit": [
80         ],
81         "ProgressHUD": [
83         ]
84       },
85       "subspecs": [
86         {
87           "name": "Core",
88           "source_files": "HBSwiftKit/HTTP/Core/*.{swift,h,m,md}"
89         },
90         {
91           "name": "Utils",
92           "source_files": "HBSwiftKit/HTTP/Utils/*.swift",
93           "frameworks": [
94             "Foundation",
95             "CoreTelephony"
96           ]
97         }
98       ]
99     },
100     {
101       "name": "BLE",
102       "dependencies": {
103         "RxSwift": [
105         ],
106         "RxCocoa": [
108         ],
109         "NSObject+Rx": [
111         ]
112       },
113       "source_files": "HBSwiftKit/BLE/**/*.{swift,h,m,md}"
114     },
115     {
116       "name": "Other",
117       "subspecs": [
118         {
119           "name": "AuthStatus",
120           "source_files": "HBSwiftKit/Other/AuthStatus",
121           "dependencies": {
122             "HBSwiftKit/Base/Core": [
124             ]
125           }
126         },
127         {
128           "name": "Utils",
129           "source_files": "HBSwiftKit/Other/Utils",
130           "dependencies": {
131             "HBSwiftKit/Base/Core": [
133             ],
134             "Toast-Swift": [
136             ]
137           }
138         }
139       ]
140     }
141   ],
142   "swift_version": "5.0"