| { |
| "name": "CHBaseEntity", |
| "version": "0.1.0", |
| "summary": "Entity解析工具,基于YYModel", |
| "description": "Entity解析工具,基于YYModel,外部使用的时候Entity类继承自CHBaseEntity即可", |
| "homepage": "https://github.com/lichanghong/CHBaseEntity.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "1211054926@qq.com": "lichanghong" |
| }, |
| "source": { |
| "git": "https://github.com/lichanghong/CHBaseEntity.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "CHBaseEntity/Classes/**/*", |
| "dependencies": { |
| "YYModel": [ |
| "1.0.4" |
| ] |
| } |
| } |