| { |
| "name": "SegueWithCompletion", |
| "version": "0.1.4", |
| "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.4" |
| }, |
| "source_files": "UIViewControllerSegueExtension.swift", |
| "requires_arc": true, |
| "pushed_with_swift_version": "3.0" |
| } |