blob: b4aedc9ff329f5da56b0c84f01e1326d0e4f113b [file] [log] [blame]
{
"name": "DataDominantTableView",
"version": "1.0.6",
"summary": "一个UITableView辅助工具",
"description": "一个UITableView辅助工具。当页面中有多种Cell时,可以使用此工具实现根据不同的数据来显示不同的Cell,从而避免在“- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath”方法里面根据indexPath区分Cell,从而降低TableView的维护成本。",
"homepage": "https://github.com/xiangpengzhu/DataDominantTableView",
"license": {
"type": "GNU General Public License v3.0",
"file": "LICENSE"
},
"authors": {
"zhuxiangpeng": "zxpwork@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xiangpengzhu/DataDominantTableView.git",
"tag": "1.0.6"
},
"source_files": "DataDominantTableView/*.{h,m}",
"exclude_files": "Example",
"public_header_files": "DataDominantTableView/*.h",
"frameworks": "UIKit",
"requires_arc": true
}