[Add] NetKernel 1.1.4
[CocoaPods.git] / Specs / 4 / 1 / f / KNMSegueRouting / 0.3.0 / KNMSegueRouting.podspec.json
blob15dfc2ff4332ac82283cf285096dfd6616ee5dca
2   "name": "KNMSegueRouting",
3   "version": "0.3.0",
4   "homepage": "https://github.com/konoma/ios-segue-routing",
5   "summary": "Allow preparing for UIStoryboardSegue using explicit methods and configuration blocks",
6   "description": "\n  This category analyzes calls to -prepareForSegue:sender:\n  and routes them based on the segue identifier. So for a 'Show Settings'\n  segue, -prepareForShowSettingsSegue:sender: is called. There is also a\n  shortcut to save the destination controller in a property of the calling\n  controller. This is especially handy for embed segues.\n\n  Additionally you can prepare for segues which are explicitly performed using\n  a configuration block.\n  ",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Markus Gasser": "markus.gasser@konoma.ch"
13   },
14   "source": {
15     "git": "https://github.com/konoma/ios-segue-routing.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "Sources/*.{h,m}",
22   "public_header_files": "Sources/*.h",
23   "requires_arc": true,
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ]