[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / 4 / 0 / 3 / ZXKitLogger / 2.5.7 / ZXKitLogger.podspec.json
blobcaf5c43090fccd8585046ee52fb936a272bdc04d
2   "name": "ZXKitLogger",
3   "swift_versions": "5.0",
4   "version": "2.5.7",
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.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       "libraries": "sqlite3",
28       "source_files": [
29         "pod/*.swift",
30         "pod/localizable/**/*"
31       ],
32       "dependencies": {
33         "ZXKitFPS": [
35         ],
36         "ZXKitUtil": [
38         ],
39         "ZXKitCore/core": [
41         ]
42       }
43     },
44     {
45       "name": "wcdb",
46       "dependencies": {
47         "ZXKitLogger/core": [
49         ],
50         "WCDB.swift": [
52         ]
53       }
54     },
55     {
56       "name": "zxkit",
57       "resource_bundles": {
58         "ZXKitLogger": [
59           "pod/assets/**/*.png"
60         ]
61       },
62       "dependencies": {
63         "ZXKitLogger/core": [
65         ],
66         "ZXKitCore/core": [
68         ]
69       },
70       "source_files": "pod/zxkit/*.swift"
71     }
72   ],
73   "swift_version": "5.0"