blob: fb52ca4e3593fde556963436f787056c0b282953 [file] [log] [blame]
{
"name": "CYLTableViewPlaceHolder",
"version": "1.0.5",
"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.5"
},
"source_files": [
"CYLTableViewPlaceHolder",
"CYLTableViewPlaceHolder/**/*.{h,m}"
],
"requires_arc": true
}