2 "name": "UIViewController+Routing",
4 "summary": "UIViewController+Routing is a handy category, which helps with implementing a better navigation in iOS applications using Routers.",
5 "description": " **UIViewController+Routing** is a handy category, which helps with implementing a better navigation in iOS applications using *Routers*.\n\n It does the following things at the moment:\n - Holds an abstract router,\n - Swizzles *-prepareForSegue:* method, forwarding it to the router,\n - Provides the *-performSegueWithBlock:* method, which helps to get rid of fat *-prepareForSegue:* method.\n",
6 "homepage": "https://github.com/igrekde/UIViewController-Routing",
12 "igrekde": "igrekde@gmail.com"
14 "social_media_url": "http://twitter.com/igrekde",
19 "git": "https://github.com/igrekde/UIViewController-Routing.git",
26 "exclude_files": "Classes/Exclude"