blob: cf7f62fcc4025c238354ce6cc7b49e3500e4e7bf [file] [log] [blame]
{
"name": "WindowAlert",
"version": "1.0.0.4",
"summary": "Helper class to simplify presentation of UIAlertController",
"description": "WindowAlert is a class that helps you handle the presentation of UIAlertController. It creates separate UIWindow with transparent UIViewController, and presents it on top of that UIViewController, so you don't have to worry about looking for a view controller to present your UIAlertController on.",
"homepage": "https://github.com/DrBreen/WindowAlert",
"license": "Apache 2.0",
"authors": {
"Alexander": "wryyy906@gmail.com"
},
"source": {
"git": "https://github.com/DrBreen/WindowAlert.git",
"tag": "1.0.0.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "WindowAlert/Classes/**/*",
"frameworks": "UIKit"
}