[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / d / c / a / EasyEmptyTableView / 0.0.6 / EasyEmptyTableView.podspec.json
blobc2999f44f771fee342421c794eac5e916963a922
2   "name": "EasyEmptyTableView",
3   "version": "0.0.6",
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": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/liuxuleidota/EasyEmptyTableView.git",
15     "tag": "0.0.6"
16   },
17   "source_files": "EasyEmptyTableView/**/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "MJRefresh": [
21       "~> 3.1.0"
22     ],
23     "LYEmptyView": [
24       "~> 1.2.2"
25     ]
26   }