blob: dc7b8305fefb04c3e4d198ca2c5dbde582e6be43 [file] [log] [blame]
{
"name": "UITableView+Placeholder",
"version": "0.0.1",
"summary": "UITableView为空时,显示一个提示",
"homepage": "https://github.com/wzf/UITableView-Placeholder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangzhanfeng": "fengpromail@163.com"
},
"source": {
"git": "https://github.com/wzf/UITableView-Placeholder.git",
"tag": "0.0.1"
},
"frameworks": [
"Foundation",
"UIKit"
],
"platforms": {
"ios": "7.0"
},
"source_files": "Classes/**/*.{h,m}",
"requires_arc": true
}