blob: bc7e6713f54f64a9219b4b2edbd95a838475711b [file] [log] [blame]
{
"name": "EasyEmptyTableView",
"version": "1.0.3",
"summary": "在TableView中优雅地显示emptyView。Display emptyView easily in UITableView.",
"homepage": "https://github.com/liuxuleidota/EasyEmptyTableView",
"license": "MIT",
"authors": {
"liuxuleidota": "liu_xu_lei@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/liuxuleidota/EasyEmptyTableView.git",
"tag": "1.0.3"
},
"source_files": "EasyEmptyTableView/**/*.{h,m}",
"resources": "EasyEmptyTableView/EasyEmptyTableView.bundle",
"requires_arc": true,
"dependencies": {
"MJRefresh": [
"~> 3.1.0"
],
"LYEmptyView": [
"~> 1.2.2"
]
}
}