blob: 8844eedcc3fb9100fd2282c85bd29f0c6cd40a69 [file] [log] [blame]
{
"name": "UITableView-DataSet",
"version": "1.1",
"summary": "A drop-in UITableView category for showing empty datasets whenever the UITableView has no content to display",
"description": "It will work automatically, by just setting the dataSetSource and dataSetDelegate, and returning the data source content requiered.",
"homepage": "https://github.com/dzenbot/UITableView-DataSet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dzenbot": "iromero@dzen.cl"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dzenbot/UITableView-DataSet.git",
"tag": "v1.1"
},
"source_files": [
"Classes",
"Source/**/*.{h,m}"
],
"requires_arc": true,
"frameworks": "UIKit"
}