blob: 587f7dba4c197ac2b94658b6317e8712344f93e2 [file] [log] [blame]
{
"name": "WLRRoute",
"version": "0.0.3",
"summary": "WLRRoute is a simple route,it can provide Url matching and custom handler~",
"description": "It is used to show how to build a route system in iOS app, and I keep it simple and clear.WLRRoute provide url matching , primitive parameters transfer, target callback block , custom handler can overwrite transitionWithRequest to navigate source to target.",
"homepage": "https://github.com/Neojoke/WLRRoute",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Neo": "394570610@qq.com"
},
"source": {
"git": "https://github.com/Neojoke/WLRRoute.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "7.0"
},
"source_files": "WLRRoute/Classes/**/*"
}