| { |
| "name": "EasyEmptyTableView", |
| "version": "0.0.7", |
| "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": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/liuxuleidota/EasyEmptyTableView.git", |
| "tag": "0.0.7" |
| }, |
| "source_files": "EasyEmptyTableView/**/*.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "MJRefresh": [ |
| "~> 3.1.0" |
| ], |
| "LYEmptyView": [ |
| "~> 1.2.2" |
| ] |
| } |
| } |