[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 4 / 0 / 6 / UIViewController+Routing / 0.1.0 / UIViewController+Routing.podspec.json
blobbb688cf93e32fa93478ebf82bb2734d73c39ca44
2   "name": "UIViewController+Routing",
3   "version": "0.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "igrekde": "igrekde@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/igrekde",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/igrekde/UIViewController-Routing.git",
20     "tag": "0.1.0"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude"