blob: d5afd00db7158839938a5c130dcbb6952fce62d6 [file] [log] [blame]
{
"name": "AlertWizard",
"swift_versions": "4.2",
"platforms": {
"ios": "11.0"
},
"version": "0.1.0",
"summary": "AlertWizard provides centralized control and structure to alert messages. Use the default UIAlertController, or create your own custom ones",
"description": "AlertWizard provides centralized control and structure to alert messages. It uses UIAlertController in a way intended by Apple, while providing compact and transparent methods that are easy to use, as well as framework for managing your own alert messages in an elegant way. You can create your own fully custom alert controllers implementing AlertDisplayer protocol, and have them displayed via AlertWizard. Store all your alert messages, headers, buttons, ect in an easily localizable .json file.",
"homepage": "https://github.com/lveecode/AlertWizard",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lesya V": ""
},
"source": {
"git": "https://github.com/lveecode/AlertWizard.git",
"tag": "0.1.0"
},
"source_files": "AlertWizard/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "4.2"
}