blob: 5a801170e3250f5ee92e36c6762b2dc4f42661c8 [file] [log] [blame]
{
"name": "CBJsonModel",
"version": "1.1.1",
"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.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CBJsonModel/Classes/**/*",
"dependencies": {
"JSONModel": [
]
}
}