[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / c / a / EasyEmptyTableView / 0.0.7 / EasyEmptyTableView.podspec.json
blob32621a9dac991e87ec6a148c9381f9e51b1db520
2   "name": "EasyEmptyTableView",
3   "version": "0.0.7",
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.7"
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   }