blob: 1b503dfd4decb09e1b841d851f3866f5b16b17f6 [file] [log] [blame]
{
"name": "AMZAlertController",
"version": "1.0.3",
"summary": "A simple and modern alert controller.",
"swift_version": "4.1",
"description": "AMZAlertController is a simple and modern alert controller to is better than but familiar to UIAlertController.",
"homepage": "https://github.com/Appmazo/AMZAlertController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Appmazo LLC": "jhickman@appmazo.com"
},
"source": {
"git": "https://github.com/Appmazo/AMZAlertController.git",
"tag": "1.0.3"
},
"social_media_url": "https://twitter.com/appmazo",
"platforms": {
"ios": "11.0"
},
"source_files": "AMZAlertController/Classes/**/*.*",
"dependencies": {
"AppmazoUIKit": [
"~> 1.0.4"
]
}
}