blob: 42a402d15b3156ae25a5a9dbb1b99ff5aa0a7209 [file] [log] [blame]
{
"name": "DFLogManager",
"version": "0.1.3",
"summary": "日志控件",
"description": "利用NSUserDefault进行本地缓存的日志控件\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": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DFLogManager/Classes/**/*",
"resources": "DFLogManager/Assets/*.{png,bundle,plist}",
"frameworks": [
"UIKit",
"Foundation"
],
"libraries": "c++",
"dependencies": {
"Masonry": [
],
"UITableView+FDTemplateLayoutCell": [
],
"MJRefresh": [
],
"MJExtension": [
],
"LSiOSPopView": [
]
}
}