blob: c9dec61b183c8f77467532c143a9b61caf460a1d [file] [log] [blame]
{
"name": "MSRoutes",
"version": "0.1.1",
"summary": "Enhanced version of JLRoutes.",
"description": "Based on JLRoutes.\nAdded UIViewControllerRoute protocol.\nAdded MSRouteItem, every module can have a lot of module-based items and then let the module-loader load the items in JLRoutes",
"homepage": "https://github.com/aelam/MSRoutes",
"license": "MIT",
"authors": {
"Ryan Wang": "wanglun02@gmail.com"
},
"source": {
"git": "https://github.com/aelam/MSRoutes.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"JLRoutes": [
"~> 1.5.3"
]
}
}