blob: f2c95a9926976035341746648d0321cc21ddb3b7 [file] [log] [blame]
{
"name": "UIAlertControllerShowLegacy",
"version": "0.1.0",
"summary": "Add method show from UIAlertView to UIAlertController",
"description": "This extension will add method `show` from UIAlertView to UIAlertController. So, YES, you can again show alert from NSObject.",
"homepage": "https://github.com/3a4ot/UIAlertControllerShowLegacy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Petro Rovenskyy": "petro.rovenskyy@gmail.com"
},
"source": {
"git": "https://github.com/3a4ot/UIAlertControllerShowLegacy.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "UIAlertControllerShowLegacy/UIAlertControllerShowLegacy/**/*.{swift}",
"pushed_with_swift_version": "3.0"
}