blob: 1f83ebe063d48ccf0c451175af8ac11110faf314 [file] [log] [blame]
{
"name": "BNTEmptyDataSet",
"version": "1.8.2",
"summary": "A drop-in UITableView/UICollectionView superclass category for showing empty datasets whenever the view has no content to display.",
"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.",
"homepage": "https://github.com/battleent/DZNEmptyDataSet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dzenbot": "iromero@dzen.cl"
},
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/battleent/DZNEmptyDataSet.git",
"tag": "v1.8.2"
},
"source_files": [
"Classes",
"Source/**/*.{h,m}"
],
"requires_arc": true,
"frameworks": "UIKit"
}