[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / e / c / CBJsonModel / 1.0.3 / CBJsonModel.podspec.json
blobe1121861ee71be3d60b7544487d214cb4ab1cf08
2   "name": "CBJsonModel",
3   "version": "1.0.3",
4   "summary": "Simple, Faster build some form submit App with catgory, Wrapper UITableView delegate and dataSource with block.",
5   "description": "对 JSONModel 的对象进行类别扩展, 方便'语法糖'式的调用 :)\n添加UITableView的相关刷新及事件在Model的配置回调\n已经添加 JSONModel 的依赖,不需要再用 pod 导入JSONModel 库",
6   "homepage": "https://github.com/changbiao/CBJsonModel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "changbiao": "5.5.5.b.i.a.o@163.com"
13   },
14   "source": {
15     "git": "https://github.com/changbiao/CBJsonModel.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CBJsonModel/Classes/**/*",
22   "dependencies": {
23     "JSONModel": [
25     ]
26   }