blob: 0939a2d03dc6078046df7389f035a50dbc019270 [file] [log] [blame]
{
"name": "ChuckTableView",
"version": "0.0.4",
"summary": "高度封装tableView简化cell的操作,与UIViewController解耦",
"description": "高度封装tableView,简化操作,目的是为了cell可以自由同时存在于不同的UIViewController之中,cell自给自足,cell环境封闭起来\n\n1、容易操作的cell增删改查\n\n2、滚到最后\n\n3、可以自定义的上拉加载更多\n\n4、编辑模式随意添加,随意插入各种cell\n\n5、cell与tableView解耦,与UIViewController解耦",
"homepage": "https://github.com/harde1/ChuckTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"harde1": "harde1@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/harde1/ChuckTableView.git",
"tag": "0.0.4"
},
"source_files": "ChuckTableViewLib/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}