[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 9 / 6 / 7 / XLogConsole / 1.0.1 / XLogConsole.podspec.json
blob06e216fb2e33978d3d015749cd1739a87358bdcf
2   "name": "XLogConsole",
3   "version": "1.0.1",
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.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": [
22     "4.2",
23     "5.0"
24   ],
25   "source_files": "Sources/Classes/**/*",
26   "resource_bundles": {
27     "XLogConsole": [
28       "Sources/Assets/*"
29     ]
30   },
31   "swift_version": "5.0"