blob: f14b5e4c3eac655e4f80f267262992f16e77fe8f [file] [log] [blame]
{
"name": "TableViewPlaceholder",
"version": "1.0.0",
"summary": "Placeholder for UITableView when datasource count equal zero.",
"description": "A category for UITableView ,when the tableView datasource count equal zero, it will show notice for user",
"homepage": "https://github.com/tengshuq/TableViewPlaceholder.git",
"platforms": {
"ios": "8.0"
},
"license": {
"type": "Copyright",
"text": "\n© 2017-2017 Teng. All rights reserved.\n\n"
},
"authors": {
"tengshuq": "tengshuq@qq.com"
},
"source": {
"git": "https://github.com/tengshuq/TableViewPlaceholder.git",
"tag": "1.0.0"
},
"source_files": "TableViewPlaceholder/Placeholder/*.{h,m}",
"resources": "TableViewPlaceholder/Placeholder/UITableViewPlaceholder.bundle/**/*.png",
"requires_arc": true
}