[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / c / a / EasyEmptyTableView / 0.0.5 / EasyEmptyTableView.podspec.json
blob365d0fcce00ca69e698e8483f9315ecffe2bb632
2   "name": "EasyEmptyTableView",
3   "version": "0.0.5",
4   "summary": "在TableView中优雅地显示emptyView。Display emptyView easily in UITableView.",
5   "homepage": "https://github.com/liuxuleidota/EasyTableView",
6   "license": "MIT",
7   "authors": {
8     "liuxuleidota": "liu_xu_lei@163.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/liuxuleidota/EasyTableView.git",
15     "tag": "0.0.5"
16   },
17   "source_files": [
18     "EasyTableView",
19     "EasyTableView/**/*.{h,m}"
20   ],
21   "requires_arc": true,
22   "dependencies": {
23     "MJRefresh": [
24       "~> 3.1.0"
25     ],
26     "LYEmptyView": [
27       "~> 1.2.2"
28     ]
29   }