blob: 1e63d748986b2125bbb63de536e0bae4f5aa9f87 [file] [log] [blame]
{
"name": "DWLogger",
"version": "1.0.8.5",
"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.5"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "DWLogger/**/{DWLogger,DWSearchView,DWLogManager,DWLogView,UIWindow+DWLoggerShake,DWLoggerMacro}.{h,m}",
"resources": "DWLogger/**/*.{bundle}",
"frameworks": "UIKit",
"dependencies": {
"DWTableViewHelper": [
],
"DWCheckBox": [
],
"DWCrashCollector": [
],
"DWKit/DWCategory/DWArrayUtils": [
],
"DWKit/DWCategory/DWDeviceUtils": [
],
"DWKit/DWUtils/DWFileManager": [
]
}
}