blob: 0b9d04bc635d964bf44ad759b052c701c00f8cc8 [file] [log] [blame]
{
"name": "CommonTableCollectView",
"version": "0.0.4",
"summary": "General tableView, greatly reduce the programming workload",
"description": "Program quickly,\nThe tableView object is encapsulated,How many groups of how many lines are what cell, all concentrated in a code inside, in fact, as long as you tell tableView, what data, what type of cell, it is enough",
"homepage": "https://github.com/harde1/CommonTableCollectView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/harde1/CommonTableCollectView.git",
"tag": "0.0.4"
},
"authors": {
"剑仁不败": "harde1@163.com",
"敏钦": "799621181@qq.com"
},
"source_files": "CommonTableCollectView/*.{h,m}",
"platforms": {
"ios": "7.1"
},
"requires_arc": true
}