blob: 4584f777ddce37ba5efda7005287aa638ccec8b0 [file] [log] [blame]
{
"name": "SugarAlert",
"version": "0.0.1",
"summary": "Syntactic sugar for UIAlertController.",
"description": "Add-on for UIAlertController with declarative interface for more convenient and pleasant work with Alert and ActionSheet.",
"homepage": "https://github.com/GlobakMaxim/Alert",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxim": "maxim.globak@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/GlobakMaxim/Alert.git",
"tag": "0.0.1"
},
"source_files": "Source",
"exclude_files": "Classes/Exclude"
}