[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 2 / 4 / DWLogger / 1.0.8.5 / DWLogger.podspec.json
blob1e63d748986b2125bbb63de536e0bae4f5aa9f87
2   "name": "DWLogger",
3   "version": "1.0.8.5",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "这是一个日志助手类,他可以帮助你在App中直接查看输出的日志。This is a Log Helper Class which enable you read logs in your App on screen directly.",
9   "homepage": "https://github.com/CodeWicky/DWLogger",
10   "authors": {
11     "codeWicky": "codewicky@163.com"
12   },
13   "source": {
14     "git": "https://github.com/CodeWicky/DWLogger.git",
15     "tag": "1.0.8.5"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "DWLogger/**/{DWLogger,DWSearchView,DWLogManager,DWLogView,UIWindow+DWLoggerShake,DWLoggerMacro}.{h,m}",
22   "resources": "DWLogger/**/*.{bundle}",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "DWTableViewHelper": [
27     ],
28     "DWCheckBox": [
30     ],
31     "DWCrashCollector": [
33     ],
34     "DWKit/DWCategory/DWArrayUtils": [
36     ],
37     "DWKit/DWCategory/DWDeviceUtils": [
39     ],
40     "DWKit/DWUtils/DWFileManager": [
42     ]
43   }