[Add] ForYouAndMe 0.92.3
[CocoaPods.git] / Specs / a / f / 9 / DZNEmptyDataSet / 1.2.2 / DZNEmptyDataSet.podspec.json
blob70d935fcae8cf2f2396f586ab377d38a2ae65b1f
2   "name": "DZNEmptyDataSet",
3   "version": "1.2.2",
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. It is (extremely) important to set the dataSetSource and dataSetDelegate to nil, whenever the view is going to be released. This class uses KVO under the hood, so it needs to remove the observer before dealocating the view.",
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": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/dzenbot/DZNEmptyDataSet.git",
19     "tag": "v1.2.2"
20   },
21   "source_files": [
22     "Classes",
23     "Source/**/*.{h,m}"
24   ],
25   "requires_arc": true,
26   "frameworks": "UIKit"