blob: f36e193881b319a10cdc2b2fbeeaa4f5a7259984 [file] [log] [blame]
{
"name": "WLRRoute",
"version": "0.0.6",
"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.6"
},
"platforms": {
"ios": "7.0"
},
"source_files": "WLRRoute/Classes/**/*"
}