[Add] TPNNendSDKAdapter 6.4.35
[CocoaPods.git] / Specs / 5 / 4 / a / BCEmptyDataSet / 1.8.2 / BCEmptyDataSet.podspec.json
blob5be37d34b27ed07e1691d0e1be74cc55e56edfc6
2   "name": "BCEmptyDataSet",
3   "version": "1.8.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.",
6   "homepage": "https://github.com/battleent/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     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/battleent/DZNEmptyDataSet.git",
20     "tag": "v1.8.2"
21   },
22   "source_files": [
23     "Classes",
24     "Source/**/*.{h,m}"
25   ],
26   "requires_arc": true,
27   "frameworks": "UIKit"