blob: 15dfc2ff4332ac82283cf285096dfd6616ee5dca [file] [log] [blame]
{
"name": "KNMSegueRouting",
"version": "0.3.0",
"homepage": "https://github.com/konoma/ios-segue-routing",
"summary": "Allow preparing for UIStoryboardSegue using explicit methods and configuration blocks",
"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 ",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Markus Gasser": "markus.gasser@konoma.ch"
},
"source": {
"git": "https://github.com/konoma/ios-segue-routing.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Sources/*.{h,m}",
"public_header_files": "Sources/*.h",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
]
}