blob: 94f7e8e06c64ca59bb434cc2196a3acf7870757f [file] [log] [blame]
{
"name": "DYAlertController",
"platforms": {
"ios": "8.0"
},
"summary": "Replacement for UIAlertController with many customizable features",
"requires_arc": true,
"version": "3.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"[Dominik Butz]": "[dominikbutz@googlemail.com]"
},
"homepage": "https://github.com/DominikButz/DYAlertController",
"source": {
"git": "https://github.com/DominikButz/DYAlertController.git",
"tag": "3.0"
},
"frameworks": "UIKit",
"source_files": "DYAlertController**/*.{swift}",
"resources": "DYAlertController/**/*.{xib}"
}