blob: dac9243043b35d999f09cc94797f31c1b56118f7 [file] [log] [blame]
{
"name": "UITableView+Placeholder",
"version": "0.0.2",
"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.2"
},
"frameworks": [
"Foundation",
"UIKit"
],
"platforms": {
"ios": "7.0"
},
"source_files": "Classes/**/*.{h,m}",
"requires_arc": true
}