blob: 5ca68b6a0bc4af62641bab387f42bd75d300e154 [file] [log] [blame]
{
"name": "BRTableView",
"version": "1.0.0",
"summary": "BRTableView is a subclass of UITableView that seprate viewControler and cell",
"description": "BRTableView 解耦了ViewController和UITableViewCell。让VC里面的代码更多简洁,同时要修改,增加,减少cell的类型时,不用改动到VC。让代码结构更清晰。",
"homepage": "https://github.com/chinabrant/BRTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sjwu1234@gmail.com": "sjwu1234@gmail.com"
},
"source": {
"git": "https://github.com/chinabrant/BRTableView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BRTableView/Classes/**/*",
"public_header_files": "BRTableView/Classes/**/*.h"
}