blob: ed3c4326e1459706dd7a4effc17954d3042da9fc [file] [log] [blame]
{
"name": "DFLogManager",
"version": "0.0.9",
"summary": "日志控件",
"description": "利用realm进行本地缓存的日志控件\n更新内容:捆绑控件可同时支持UIControl或UIView的子类,不干涉控件本身的功能。",
"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": "0.0.9"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DFLogManager/Classes/**/*",
"resources": "DFLogManager/Assets/*.{png,bundle,plist}",
"dependencies": {
"Realm": [
],
"Masonry": [
],
"UITableView+FDTemplateLayoutCell": [
],
"MJRefresh": [
],
"LSiOSPopView": [
]
}
}