blob: 5796a9344b8297c1533e4100b8d8cc444eb2564a [file] [log] [blame]
{
"name": "DWLogger",
"version": "1.0.8.4",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "这是一个日志助手类,他可以帮助你在App中直接查看输出的日志。This is a Log Helper Class which enable you read logs in your App on screen directly.",
"homepage": "https://github.com/CodeWicky/DWLogger",
"authors": {
"codeWicky": "codewicky@163.com"
},
"source": {
"git": "https://github.com/CodeWicky/DWLogger.git",
"tag": "1.0.8.4"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "DWLogger/**/{DWLogger,DWSearchView,DWLogManager,DWLogView,DWCrashCollector,UIWindow+DWLoggerShake,DWLoggerMacro}.{h,m}",
"resources": "DWLogger/**/*.{bundle}",
"frameworks": "UIKit",
"dependencies": {
"DWTableViewHelper": [
],
"DWCheckBox": [
],
"DWCrashCollector": [
],
"DWKit/DWCategory/DWArrayUtils": [
],
"DWKit/DWCategory/DWDeviceUtils": [
],
"DWKit/DWUtils/DWFileManager": [
]
},
"deprecated": true
}