blob: 6a8141c57561eb53a96081953a5a94f2b3db25a4 [file] [log] [blame]
{
"name": "CBJsonModel",
"version": "1.0.5",
"summary": "Simple, Faster build some form submit App with catgory, Wrapper UITableView delegate and dataSource with block.",
"description": "对 JSONModel 的对象进行类别扩展, 方便'语法糖'式的调用 :)\n添加UITableView的相关刷新及事件在Model的配置回调\n已经添加 JSONModel 的依赖,不需要再用 pod 导入JSONModel 库",
"homepage": "https://github.com/changbiao/CBJsonModel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"changbiao": "5.5.5.b.i.a.o@163.com"
},
"source": {
"git": "https://github.com/changbiao/CBJsonModel.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CBJsonModel/Classes/**/*",
"dependencies": {
"JSONModel": [
]
}
}