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