blob: 34e4bce502c9b2b18d85a884dd1c0c6b28cc1a6a [file] [log] [blame]
{
"name": "DWLogger",
"version": "1.0.2",
"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.2"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "DWLogger/**/*.{h,m}",
"resources": "DWLogger/**/*.{bundle}",
"frameworks": "UIKit",
"dependencies": {
"DWTableViewHelper": [
"~> 1.1.5"
],
"DWCheckBox": [
"~> 1.0.3"
]
},
"deprecated": true
}