[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / 3 / b / DVTLoger / 2.0.0 / DVTLoger.podspec.json
blob627b6c64402fc37c468f18ad52e339d1d1fe788a
2   "name": "DVTLoger",
3   "version": "2.0.0",
4   "summary": "DVTLoger",
5   "description": "TODO:\n  打印日志的框架,可以输出到控制台,导出日志文件",
6   "homepage": "https://github.com/darvintang/DVTLoger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "darvin": "darvin@tcoding.cn"
13   },
14   "source": {
15     "git": "https://github.com/darvintang/DVTLoger.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "12.0",
20     "osx": "10.14"
21   },
22   "source_files": "Sources/*.swift",
23   "swift_versions": "5",
24   "requires_arc": true,
25   "dependencies": {
26     "Zip": [
27       "~> 2.1.2"
28     ]
29   },
30   "swift_version": "5"