[Add] MealzCoreStaging 5.3.0
[CocoaPods.git] / Specs / e / 6 / c / CHBaseEntity / 0.1.0 / CHBaseEntity.podspec.json
blob521741c6149e8fe49c6b4a8405f0d263ed72c548
2   "name": "CHBaseEntity",
3   "version": "0.1.0",
4   "summary": "Entity解析工具,基于YYModel",
5   "description": "Entity解析工具,基于YYModel,外部使用的时候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.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CHBaseEntity/Classes/**/*",
22   "dependencies": {
23     "YYModel": [
24       "1.0.4"
25     ]
26   }