[Add] MARSDK_EPSDK 5.4.1
[CocoaPods.git] / Specs / 3 / 8 / c / HBSwiftKit / 0.0.1 / HBSwiftKit.podspec.json
blob04ac779daafcc91c5a22d27e7043280d410640d8
2   "name": "HBSwiftKit",
3   "version": "0.0.1",
4   "summary": "Swift常用的一些基类和拓展.",
5   "description": "➜  HBSwiftKit (main) ✗ tree -d\n.\n├── BaseClass\n├── Foundation\n├── Network\n└── UIKit\n    ├── AlertView\n    ├── Calendar\n    ├── DatePicker\n    ├── EditTable\n    ├── Extensions\n    ├── ImageBrower\n    └── ThemeMode\n\n11 directories",
6   "homepage": "https://github.com/hubin97/HBSwiftKitExample",
7   "swift_versions": [
8     "5.0"
9   ],
10   "license": {
11     "type": "MIT",
12     "file": "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.1"
23   },
24   "source_files": [
25     "HBSwiftKit",
26     "**/HBSwiftKit/**/*.{h,m,swift}"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "Kingfisher": [
32     ]
33   },
34   "swift_version": "5.0"