blob: bb688cf93e32fa93478ebf82bb2734d73c39ca44 [file] [log] [blame]
{
"name": "UIViewController+Routing",
"version": "0.1.0",
"summary": "UIViewController+Routing is a handy category, which helps with implementing a better navigation in iOS applications using Routers.",
"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",
"homepage": "https://github.com/igrekde/UIViewController-Routing",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"igrekde": "igrekde@gmail.com"
},
"social_media_url": "http://twitter.com/igrekde",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/igrekde/UIViewController-Routing.git",
"tag": "0.1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}