blob: b8d51baf405f00d936eeaacf7d438d842c077c1f [file] [log] [blame]
{
"name": "CYLTableViewPlaceHolder",
"version": "1.0.6",
"summary": "When UITableView(iOS) is empty,then it can automaticely make an empty overlay view",
"description": "It can observe UITableView(iOS) being empty,then automaticely make an empty overlay view as a place holder. CYLTableViewPlaceHolder is iPad and iPhone compatible.",
"homepage": "https://github.com/ChenYilong/CYLTableViewPlaceHolder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ChenYilong": "luohanchenyilong@163.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/ChenYilong/CYLTableViewPlaceHolder.git",
"tag": "1.0.6"
},
"source_files": [
"CYLTableViewPlaceHolder",
"CYLTableViewPlaceHolder/**/*.{h,m}"
],
"requires_arc": true
}