blob: 48a07c262c1dd9bf0482d2ebf966a3360e964f62 [file] [log] [blame]
{
"name": "SeguePerformer",
"version": "1.1.0",
"summary": "A Swift class for initiating segues programmatically, using closures for view controller preparation",
"description": "A downside of UIViewController's performSegue(withIdentifier:sender:) is that\nconfiguration of the presented view controller must occur separately in\nprepare(for:sender:) instead of locally at the call site. This\ncan become particularly awkward in the context of multiple segues.\nSeguePerformer improves upon this by providing\npeformSegue(withIdentifier:sender:preparationHandler:), which allows for\nconfiguration of the new view controller via a trailing closure parameter.",
"homepage": "https://github.com/drewolbrich/SeguePerformer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"drewolbrich": "drew@retroactivefiasco.com"
},
"source": {
"git": "https://github.com/drewolbrich/SeguePerformer.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/drewolbrich",
"platforms": {
"ios": "11.0"
},
"source_files": "Source/**/*.swift",
"frameworks": "UIKit",
"swift_versions": [
"4.2",
"5.0"
]
}