[Add] BranchSDK 3.8.0
[CocoaPods.git] / Specs / 4 / 0 / 3 / ZXKitLogger / 2.5.4 / ZXKitLogger.podspec.json
blobf7cea337c78fde5c5a9b7c158e79a58495ed4a99
2   "name": "ZXKitLogger",
3   "swift_versions": "5.0",
4   "version": "2.5.4",
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/logger",
11   "authors": {
12     "ZXKitCode": "dong765@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/ZXKitCode/logger.git",
16     "tag": "2.5.4"
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       "libraries": "sqlite3",
28       "source_files": [
29         "pod/*.swift",
30         "pod/localizable/**/*"
31       ],
32       "dependencies": {
33         "SnapKit": [
35         ],
36         "ZXKitUtil": [
38         ]
39       }
40     },
41     {
42       "name": "wcdb",
43       "dependencies": {
44         "ZXKitLogger/core": [
46         ],
47         "WCDB.swift": [
49         ]
50       }
51     },
52     {
53       "name": "zxkit",
54       "resource_bundles": {
55         "ZXKitLogger": [
56           "pod/assets/**/*.png"
57         ]
58       },
59       "dependencies": {
60         "ZXKitLogger/core": [
62         ],
63         "ZXKitCore/core": [
65         ]
66       },
67       "source_files": "pod/zxkit/*.swift"
68     }
69   ],
70   "swift_version": "5.0"