[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 4 / 0 / 3 / ZXKitLogger / 4.0.7 / ZXKitLogger.podspec.json
blob39668bdad620d5be2406c4d39c3320856234f92e
2   "name": "ZXKitLogger",
3   "swift_versions": "5.0",
4   "version": "4.0.7",
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/ZXKitLogger",
11   "authors": {
12     "ZXKitCode": "dong765@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/DamonHu/ZXKitLogger.git",
16     "tag": "4.0.7"
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": [
34         "pod/*.swift",
35         "pod/view/*.swift"
36       ],
37       "dependencies": {
38         "ZXKitUtil": [
39           "~>4.0"
40         ]
41       }
42     },
43     {
44       "name": "wcdb",
45       "dependencies": {
46         "ZXKitLogger/core": [
48         ],
49         "WCDB.swift": [
51         ]
52       }
53     },
54     {
55       "name": "socket",
56       "dependencies": {
57         "ZXKitLogger/core": [
59         ],
60         "CocoaAsyncSocket": [
62         ]
63       },
64       "source_files": "pod/socket/*.swift"
65     }
66   ],
67   "swift_version": "5.0"