blob: 2aad1458a67b0c95f4b663fef556092a375ddda4 [file] [log] [blame]
{
"name": "DFLogManager",
"version": "2.0.0",
"summary": "日志控件",
"description": "利用NSUserDefault进行本地缓存的日志控件\n更新内容:\n增加权限校验属性",
"homepage": "https://github.com/quanchengk/DFLogManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"danfort": "quanchengk@163.com"
},
"source": {
"git": "https://github.com/quanchengk/DFLogManager.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DFLogManager/Classes/**/*",
"resources": "DFLogManager/Assets/*.{png,bundle,plist}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
],
"UITableView+FDTemplateLayoutCell": [
],
"MJRefresh": [
],
"MJExtension": [
]
}
}