[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / f / 9 / DZNEmptyDataSet / 1.8 / DZNEmptyDataSet.podspec.json
blob34d77fd68267aafd761206ab0df0142a5d477607
2   "name": "DZNEmptyDataSet",
3   "version": "1.8",
4   "summary": "A drop-in UITableView/UICollectionView superclass category for showing empty datasets whenever the view has no content to display.",
5   "description": "It will work automatically, by just conforming to DZNEmptyDataSetSource, and returning the data you want to show. The -reloadData call will be observed so the empty dataset will be configured whenever needed.",
6   "homepage": "https://github.com/dzenbot/DZNEmptyDataSet",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dzenbot": "iromero@dzen.cl"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/dzenbot/DZNEmptyDataSet.git",
19     "tag": "v1.8"
20   },
21   "source_files": [
22     "Classes",
23     "Source/**/*.{h,m}"
24   ],
25   "requires_arc": true,
26   "frameworks": "UIKit"