blob: 45f9837076edc7a0b62ba5b9116afff7f65a6669 [file] [log] [blame]
{
"name": "SegueWithCompletion",
"version": "0.1.6",
"summary": "Extension for UIViewController for ability perform segue with completion handler for avoid override prepareForSegue method.",
"description": "Extension for UIViewController for ability perform segue with completion handler for\tavoid override prepareForSegue method.",
"homepage": "https://github.com/dhrebeniuk/SegueWithCompletion",
"license": "LICENSE",
"authors": {
"Dmytro Hrebeniuk": "dmytrohrebeniuk@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dhrebeniuk/SegueWithCompletion.git",
"tag": "0.1.6"
},
"source_files": "UIViewControllerSegueExtension.swift",
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}