[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 4 / 0 / 3 / ZXKitLogger / 2.6.8 / ZXKitLogger.podspec.json
blobcbd412e65ca8d5823703ce7544753d64a6f25f69
2   "name": "ZXKitLogger",
3   "swift_versions": "5.0",
4   "version": "2.6.8",
5   "license": {
6     "type": "Apache-2.0",
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/ZXKitCode/ZXKitLogger",
11   "authors": {
12     "ZXKitCode": "dong765@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/ZXKitCode/ZXKitLogger.git",
16     "tag": "2.6.8"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "11.0"
21   },
22   "documentation_url": "http://blog.hudongdong.com/ios/952.html",
23   "default_subspecs": "core",
24   "subspecs": [
25     {
26       "name": "core",
27       "resource_bundles": {
28         "ZXKitLogger": [
29           "pod/assets/**/*"
30         ]
31       },
32       "libraries": "sqlite3",
33       "source_files": "pod/*.swift",
34       "dependencies": {
35         "ZXKitFPS": [
37         ],
38         "ZXKitUtil": [
40         ],
41         "SnapKit": [
43         ]
44       }
45     },
46     {
47       "name": "wcdb",
48       "dependencies": {
49         "ZXKitLogger/core": [
51         ],
52         "WCDB.swift": [
54         ]
55       }
56     },
57     {
58       "name": "zxkit",
59       "dependencies": {
60         "ZXKitLogger/core": [
62         ],
63         "ZXKitCore/core": [
65         ]
66       },
67       "source_files": "pod/zxkit/*.swift"
68     }
69   ],
70   "swift_version": "5.0"