| { | |
| "name": "XYRouter", | |
| "version": "0.7.2", | |
| "summary": "XYRouter是一个通过URL routing来解决UIViewController跳转依赖的类.", | |
| "homepage": "https://github.com/uxyheaven", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "uxyheaven": "uxyheaven@163.com" | |
| }, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/uxyheaven/XYRouter.git", | |
| "tag": "0.7.2" | |
| }, | |
| "requires_arc": true, | |
| "subspecs": [ | |
| { | |
| "name": "XYRouter", | |
| "source_files": "XYRouter/*" | |
| } | |
| ] | |
| } |