[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / d / c / a / EasyEmptyTableView / 1.0 / EasyEmptyTableView.podspec.json
blob339feb3aba1673ab11022d5183fb7ac5a0e25ce0
2   "name": "EasyEmptyTableView",
3   "version": "1.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": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/liuxuleidota/EasyEmptyTableView.git",
15     "tag": "1.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   }