blob: 767c4e7fbd5a969923043946b40b74a418de4b27 [file] [log] [blame]
{
"name": "KNMSegueRouting",
"version": "0.2.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.\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": "git@github.com:konoma/ios-segue-routing.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Sources/*.{h,m}",
"public_header_files": "Sources/*.h",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
]
}