| { |
| "name": "VVPageCard", |
| "version": "0.0.1", |
| "summary": "A short description of VVPageCard.", |
| "description": "将一个复杂页面分割成多个模块,每个模块作为一个card,页面由多个卡片进行组装,事件处理可以使用VVEventBus实现view到controller间的通信", |
| "homepage": "https://github.com/zxf-sagittarius/VVPageCard", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "zxf-sagittarius": "zxf-sagittarius@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/zxf-sagittarius/VVPageCard.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "VVPageCard/Classes/**/*.{h,m}", |
| "dependencies": { |
| "YYModel": [ |
| |
| ], |
| "VVEventBus": [ |
| |
| ] |
| } |
| } |