[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / 7 / f / 8 / SegueWithCompletion / 0.1.6 / SegueWithCompletion.podspec.json
blob45f9837076edc7a0b62ba5b9116afff7f65a6669
2   "name": "SegueWithCompletion",
3   "version": "0.1.6",
4   "summary": "Extension for UIViewController for ability perform segue with completion handler for avoid override prepareForSegue method.",
5   "description": "Extension for UIViewController for ability perform segue with completion handler for\tavoid override prepareForSegue method.",
6   "homepage": "https://github.com/dhrebeniuk/SegueWithCompletion",
7   "license": "LICENSE",
8   "authors": {
9     "Dmytro Hrebeniuk": "dmytrohrebeniuk@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/dhrebeniuk/SegueWithCompletion.git",
16     "tag": "0.1.6"
17   },
18   "source_files": "UIViewControllerSegueExtension.swift",
19   "requires_arc": true,
20   "pushed_with_swift_version": "4.0"