[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / 6 / 8 / 5 / DDLoggerSwift / 5.0.0 / DDLoggerSwift.podspec.json
blob0d47d46350fa0fff31bd91b58e4b0c96305bb861
2   "name": "DDLoggerSwift",
3   "swift_versions": "5.0",
4   "version": "5.0.0",
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/DDLoggerSwift",
11   "authors": {
12     "ZXKitCode": "dong765@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/DamonHu/DDLoggerSwift.git",
16     "tag": "5.0.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "11.0"
21   },
22   "documentation_url": "https://ddceo.com/blog/1305.html",
23   "default_subspecs": "core",
24   "subspecs": [
25     {
26       "name": "core",
27       "resource_bundles": {
28         "DDLoggerSwift": [
29           "pod/assets/**/*"
30         ]
31       },
32       "libraries": "sqlite3",
33       "source_files": [
34         "pod/*.swift",
35         "pod/view/*.swift"
36       ],
37       "dependencies": {
38         "DDUtils/ui": [
39           "~>5.0.0"
40         ],
41         "DDUtils/utils": [
42           "~>5.0.0"
43         ]
44       }
45     },
46     {
47       "name": "socket",
48       "dependencies": {
49         "DDLoggerSwift/core": [
51         ],
52         "CocoaAsyncSocket": [
54         ]
55       },
56       "source_files": "pod/socket/*.swift"
57     }
58   ],
59   "swift_version": "5.0"