blob: 8d6dd03f821a19042676e17ac63583b1527ad50b [file] [log] [blame]
{
"name": "DFLogManager",
"version": "0.3.2",
"summary": "日志控件",
"description": "利用NSUserDefault进行本地缓存的日志控件\n更新内容:\n和LSPopKit组件解耦",
"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.3.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DFLogManager/Classes/**/*",
"resources": "DFLogManager/Assets/*.{png,bundle,plist}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
],
"UITableView+FDTemplateLayoutCell": [
],
"MJRefresh": [
],
"MJExtension": [
]
}
}