[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 3 / 8 / c / HBSwiftKit / 0.3.7 / HBSwiftKit.podspec.json
blobfb831036e67297494f390895749fcef96539e91c
2   "name": "HBSwiftKit",
3   "version": "0.3.7",
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.7"
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     },
35     {
36       "name": "Extension",
37       "source_files": "HBSwiftKit/Extension",
38       "dependencies": {
39         "HBSwiftKit/Global": [
41         ]
42       }
43     },
44     {
45       "name": "Base",
46       "source_files": "HBSwiftKit/Base/",
47       "dependencies": {
48         "HBSwiftKit/Extension": [
50         ]
51       }
52     },
53     {
54       "name": "UIKit",
55       "source_files": "HBSwiftKit/UIKit/**/*",
56       "dependencies": {
57         "HBSwiftKit/Base": [
59         ]
60       }
61     },
62     {
63       "name": "Network",
64       "source_files": "HBSwiftKit/Network",
65       "dependencies": {
66         "HBSwiftKit/UIKit": [
68         ]
69       }
70     },
71     {
72       "name": "Utils",
73       "source_files": "HBSwiftKit/Utils",
74       "dependencies": {
75         "HBSwiftKit/UIKit": [
77         ]
78       },
79       "subspecs": [
80         {
81           "name": "AuthStatus",
82           "source_files": "HBSwiftKit/Utils/AuthStatus"
83         }
84       ]
85     }
86   ],
87   "swift_version": "5.0"