[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 8 / c / HBSwiftKit / 0.0.7 / HBSwiftKit.podspec.json
blobeac395ca4445f1cd25fc6a01eccf432af5a43696
2   "name": "HBSwiftKit",
3   "version": "0.0.7",
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.7"
23   },
24   "source_files": [
25     "HBSwiftKit",
26     "**/HBSwiftKit/**/*.{h,m,swift}"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "Kingfisher": [
32     ]
33   },
34   "subspecs": [
35     {
36       "name": "Global",
37       "source_files": "**/HBSwiftKit/Global/**/*.{h,m,swift}"
38     },
39     {
40       "name": "Foundation",
41       "source_files": "**/HBSwiftKit/Foundation/**/*.{h,m,swift}"
42     },
43     {
44       "name": "BaseClass",
45       "source_files": "**/HBSwiftKit/BaseClass/**/*.{h,m,swift}"
46     }
47   ],
48   "swift_version": "5.0"