[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 8 / 6 / 7 / HDWindowLoggerSwift / 2.4.5 / HDWindowLoggerSwift.podspec.json
blob498ada0c8b4c846fea81a9948364a7e589cb3542
2   "name": "HDWindowLoggerSwift",
3   "swift_versions": "5.0",
4   "version": "2.4.5",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "summary": "The iOS side displays the output log log on the screen, and can generate log file sharing, which is convenient for debugging information",
10   "homepage": "https://github.com/DamonHu/HDWindowLoggerSwift",
11   "authors": {
12     "DamonHu": "dong765@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/DamonHu/HDWindowLoggerSwift.git",
16     "tag": "2.4.5"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "10.0"
21   },
22   "documentation_url": "http://blog.hudongdong.com/ios/952.html",
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "libraries": "sqlite3",
28       "source_files": [
29         "HDWindowLoggerSwift/HDWindowLoggerSwift/*.swift",
30         "HDWindowLoggerSwift/HDWindowLoggerSwift/**/*.strings"
31       ],
32       "dependencies": {
33         "SnapKit": [
35         ],
36         "HDCommonToolsSwift": [
38         ]
39       }
40     },
41     {
42       "name": "WCDB",
43       "dependencies": {
44         "HDWindowLoggerSwift/Core": [
46         ],
47         "WCDB.swift": [
49         ]
50       }
51     }
52   ],
53   "swift_version": "5.0"