blob: 8e61b3837bfa7e4adb9105cb45323e59d655d6a1 [file] [log] [blame]
{
"name": "SeguePerformer",
"version": "1.0.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.0.0"
},
"social_media_url": "https://twitter.com/drewolbrich",
"platforms": {
"ios": "11.0"
},
"source_files": "Source/**/*.swift",
"frameworks": "UIKit",
"swift_version": "4.2"
}