[Add] AnyThinkYandexSDKAdapter 6.4.27.2
[CocoaPods.git] / Specs / 3 / 8 / c / HBSwiftKit / 0.2.0 / HBSwiftKit.podspec.json
blobe1ce00286c39a222d238acdfae0968fdd79e6749
2   "name": "HBSwiftKit",
3   "version": "0.2.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": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/hubin97/HBSwiftKitExample.git",
22     "tag": "0.2.0"
23   },
24   "resources": "HBSwiftKit/HBSwiftKit.bundle",
25   "requires_arc": true,
26   "static_framework": true,
27   "subspecs": [
28     {
29       "name": "Global",
30       "source_files": "HBSwiftKit/Global/",
31       "frameworks": [
32         "Foundation",
33         "UIKit"
34       ]
35     },
36     {
37       "name": "Extension",
38       "source_files": "HBSwiftKit/Extension/",
39       "dependencies": {
40         "HBSwiftKit/Global": [
42         ]
43       }
44     },
45     {
46       "name": "Base",
47       "source_files": "HBSwiftKit/Base/",
48       "dependencies": {
49         "HBSwiftKit/Global": [
51         ],
52         "HBSwiftKit/Extension": [
54         ]
55       }
56     },
57     {
58       "name": "UIKit",
59       "source_files": [
60         "HBSwiftKit/UIKit/AlertView/",
61         "HBSwiftKit/UIKit/DatePicker/"
62       ],
63       "dependencies": {
64         "HBSwiftKit/Global": [
66         ],
67         "HBSwiftKit/Extension": [
69         ],
70         "HBSwiftKit/Base": [
72         ]
73       }
74     },
75     {
76       "name": "Network",
77       "source_files": "HBSwiftKit/Network/",
78       "dependencies": {
79         "HBSwiftKit/Global": [
81         ],
82         "HBSwiftKit/Extension": [
84         ],
85         "HBSwiftKit/UIKit": [
87         ]
88       }
89     },
90     {
91       "name": "Tools",
92       "source_files": "HBSwiftKit/Tools/"
93     }
94   ],
95   "swift_version": "5.0"