2 "name": "DataDominantTableView",
4 "summary": "一个UITableView辅助工具",
5 "description": "一个UITableView辅助工具。当页面中有多种Cell时,可以使用此工具实现根据不同的数据来显示不同的Cell,从而避免在“- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath”方法里面根据indexPath区分Cell,从而降低TableView的维护成本。",
6 "homepage": "https://github.com/xiangpengzhu/DataDominantTableView",
8 "type": "GNU General Public License v3.0",
12 "zhuxiangpeng": "zxpwork@gmail.com"
18 "git": "https://github.com/xiangpengzhu/DataDominantTableView.git",
21 "source_files": "DataDominantTableView/*.{h,m}",
22 "exclude_files": "Example",
23 "public_header_files": "DataDominantTableView/*.h",
24 "frameworks": "UIKit",