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