[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 2 / 4 / DWLogger / 1.0.8 / DWLogger.podspec.json
blob82a8f5454495f27e7344a8f256665312785b24cd
2   "name": "DWLogger",
3   "version": "1.0.8",
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"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "DWLogger/**/{DWLogger,DWSearchView,DWLogManager,DWLogView,DWCrashCollector,UIWindow+DWLoggerShake,DWLoggerMacro}.{h,m}",
22   "resources": "DWLogger/**/*.{bundle}",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "DWTableViewHelper": [
26       "~> 1.1.7.1"
27     ],
28     "DWCheckBox": [
29       "~> 1.0.3"
30     ]
31   },
32   "deprecated": true,
33   "subspecs": [
34     {
35       "name": "Dependence",
36       "subspecs": [
37         {
38           "name": "DWFileManager",
39           "source_files": "DWLogger/**/DWFileManager.{h,m}",
40           "public_header_files": "DWLogger/**/DWFileManager.h",
41           "frameworks": "UIKit"
42         },
43         {
44           "name": "DWArrayUtils",
45           "source_files": "DWLogger/**/NSArray+DWArrayUtils.{h,m}",
46           "public_header_files": "DWLogger/**/NSArray+DWArrayUtils.h",
47           "frameworks": "UIKit"
48         },
49         {
50           "name": "DWDeviceUtils",
51           "source_files": "DWLogger/**/UIDevice+DWDeviceUtils.{h,m}",
52           "public_header_files": "DWLogger/**/UIDevice+DWDeviceUtils.h",
53           "frameworks": "UIKit"
54         }
55       ]
56     }
57   ]