blob: 9895451ce073e7950fd2bde9f16fc2c74bae0dd8 [file] [log] [blame]
{
"name": "DFLogManager",
"version": "0.1.2",
"summary": "日志控件",
"description": "利用NSUserDefault进行本地缓存的日志控件\n更新内容:优化交互体验,数据库调整为NSUserDefault",
"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.2"
},
"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": [
]
}
}