[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 9 / 6 / 7 / XLogConsole / 1.0.2 / XLogConsole.podspec.json
blob9f2f6556d31fe73f509339fed0f607207e1c3350
2   "name": "XLogConsole",
3   "version": "1.0.2",
4   "summary": "Add a console print log to the app to facilitate troubleshooting",
5   "description": "The log can be displayed according to level, name, support keyword search, and export txt, etc.",
6   "homepage": "https://github.com/xing3523/XLogConsole",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xing": "xinxof@foxmail.com"
13   },
14   "source": {
15     "git": "https://github.com/xing3523/XLogConsole.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": [
22     "4.2",
23     "5.0"
24   ],
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/Classes/*",
30       "resource_bundles": {
31         "XLogConsole": [
32           "Sources/Assets/*"
33         ]
34       }
35     },
36     {
37       "name": "Helper",
38       "source_files": "Sources/Helper/*",
39       "dependencies": {
40         "XLogConsole/Core": [
42         ]
43       }
44     }
45   ],
46   "swift_version": "5.0"