blob: df76231036ff37d57b9581a353577c56e2b6aba4 [file] [log] [blame]
{
"name": "MSRoutes",
"version": "1.2.2",
"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.2.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "MSRoutes/MSRoutes.h",
"subspecs": [
{
"name": "Routes",
"source_files": "MSRoutes/Routes/**/*.{c,m,h,swift}",
"dependencies": {
"MSRoutes/RouteFinder": [
]
}
},
{
"name": "RouteFinder",
"source_files": "MSRoutes/RouteFinder/**/*.{c,m,h,swift}",
"dependencies": {
"JLRoutes": [
]
}
}
]
}