blob: c9de9e1448b13bc99184e8348eab54a7fad09bdc [file] [log] [blame]
{
"name": "CYLTableViewPlaceHolder",
"version": "1.0.0",
"summary": "It can observe iOS-UITableView being empty,then automaticely make a EmptyOverlayView as a place holder",
"description": "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.0"
},
"source_files": [
"CYLTableViewPlaceHolder",
"CYLTableViewPlaceHolder/**/*.{h,m}"
],
"requires_arc": true
}