[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 5 / d / BRTableView / 1.0.0 / BRTableView.podspec.json
blob5ca68b6a0bc4af62641bab387f42bd75d300e154
2   "name": "BRTableView",
3   "version": "1.0.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sjwu1234@gmail.com": "sjwu1234@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/chinabrant/BRTableView.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "BRTableView/Classes/**/*",
22   "public_header_files": "BRTableView/Classes/**/*.h"