[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / 3 / 8 / c / HBSwiftKit / 0.3.6 / HBSwiftKit.podspec.json
blob563c716654966fb8118cc1839ec1f161938c6800
2   "name": "HBSwiftKit",
3   "version": "0.3.6",
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": "10.0"
19   },
20   "source": {
21     "git": "https://github.com/hubin97/HBSwiftKitExample.git",
22     "tag": "0.3.6"
23   },
24   "resources": "HBSwiftKit/HBSwiftKit.bundle",
25   "requires_arc": true,
26   "subspecs": [
27     {
28       "name": "Global",
29       "source_files": "HBSwiftKit/Global",
30       "frameworks": [
31         "Foundation",
32         "UIKit"
33       ],
34       "dependencies": {
35         "CocoaLumberjack/Swift": [
37         ]
38       }
39     },
40     {
41       "name": "Extension",
42       "source_files": "HBSwiftKit/Extension",
43       "dependencies": {
44         "HBSwiftKit/Global": [
46         ]
47       }
48     },
49     {
50       "name": "Base",
51       "source_files": "HBSwiftKit/Base/",
52       "dependencies": {
53         "HBSwiftKit/Extension": [
55         ]
56       }
57     },
58     {
59       "name": "UIKit",
60       "source_files": "HBSwiftKit/UIKit/**/*",
61       "dependencies": {
62         "HBSwiftKit/Base": [
64         ]
65       }
66     },
67     {
68       "name": "Network",
69       "source_files": "HBSwiftKit/Network",
70       "dependencies": {
71         "HBSwiftKit/UIKit": [
73         ]
74       }
75     },
76     {
77       "name": "Utils",
78       "source_files": "HBSwiftKit/Utils",
79       "dependencies": {
80         "HBSwiftKit/UIKit": [
82         ]
83       },
84       "subspecs": [
85         {
86           "name": "AuthStatus",
87           "source_files": "HBSwiftKit/Utils/AuthStatus"
88         },
89         {
90           "name": "LoggerManager",
91           "source_files": "HBSwiftKit/Utils/LoggerManager"
92         }
93       ]
94     }
95   ],
96   "swift_version": "5.0"