blob: bb73209c014c86dcd9561cedd0bc0e7a720a4471 [file] [log] [blame]
{
"name": "DZPlaceholder",
"version": "0.0.1",
"summary": "An easy way to set UITableView placeholder view.",
"description": "1. Lightweight, autolayout supported.\n2. It will automatically checkout the data source, show or remove placeholder view.",
"homepage": "https://github.com/DaZuo/DZPlaceholder",
"license": "MIT",
"authors": {
"DaZuo": "Jaly201319@hotmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/DaZuo/DZPlaceholder.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}