[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / e / 6 / c / CHBaseEntity / 0.1.4 / CHBaseEntity.podspec.json
blob2671e3e4ae2f1304d07efedd07c9832db9bfe37b
2   "name": "CHBaseEntity",
3   "version": "0.1.4",
4   "summary": "Entity解析工具,基于YYModel 1.0.4",
5   "description": "Entity解析工具,基于YYModel 1.0.4,外部使用的时候Entity类继承自CHBaseEntity即可",
6   "homepage": "https://github.com/lichanghong/CHBaseEntity.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "1211054926@qq.com": "lichanghong"
13   },
14   "source": {
15     "git": "https://github.com/lichanghong/CHBaseEntity.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CHBaseEntity/Classes/**/*",
22   "dependencies": {
23     "YYModel": [
24       "1.0.4"
25     ]
26   }