blob: 9f8ad08cc343ad2e5d10a984957feb3f8dd6b4a7 [file] [log] [blame]
{
"name": "XYRouter",
"version": "0.7.3",
"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.3"
},
"requires_arc": true,
"subspecs": [
{
"name": "XYRouter",
"source_files": "XYRouter/*"
}
]
}