blob: 882cbec453bb4f99db8490814378634d65efe89a [file] [log] [blame]
{
"name": "MSRoutes",
"version": "1.1.0",
"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": "1.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"JLRoutes": [
]
}
}