blob: d5123fe28caeef5d3b0cea4537079235896016c8 [file] [log] [blame]
{
"name": "CLEmptyView",
"version": "1.0.1",
"summary": "emptyView in swift 3",
"description": "可一句话添加tableView加载动画和空界面显示,简单集成,使用简单,方便",
"homepage": "https://github.com/cleven1/CLEmptyView",
"license": "MIT",
"authors": {
"yongqiang.zhao": "clevnzhao@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/cleven1/CLEmptyView.git",
"tag": "1.0.1"
},
"source_files": "CLEmptyViewDemo/CLEmptyView/**/*.swift",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"MJRefresh": [
]
}
}