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