4 "summary": "BRTableView is a subclass of UITableView that seprate viewControler and cell",
5 "description": "BRTableView 解耦了ViewController和UITableViewCell。让VC里面的代码更多简洁,同时要修改,增加,减少cell的类型时,不用改动到VC。让代码结构更清晰。",
6 "homepage": "https://github.com/chinabrant/BRTableView",
12 "sjwu1234@gmail.com": "sjwu1234@gmail.com"
15 "git": "https://github.com/chinabrant/BRTableView.git",
21 "source_files": "BRTableView/Classes/**/*",
22 "public_header_files": "BRTableView/Classes/**/*.h"