blob: 43324e9f0fd5c63693dca8f387fc9a4ba1f7583f [file] [log] [blame]
{
"name": "UIAlertControllerExtension",
"version": "1.1",
"summary": "An extension allow you present an alert with new UIAlertController from any ViewController quickly.",
"description": "Allow you present an UIAlertController with one of two styles (Alert or ActionSheet).\nQuickly, Simply in use, and Event handling by closure.",
"homepage": "https://github.com/tuanphung/UIAlertControllerExtension",
"license": "MIT",
"authors": {
"Tuan Phung": "tuanphunglk@gmail.com"
},
"social_media_url": "https://twitter.com/tuanphunglk",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/tuanphung/UIAlertControllerExtension.git",
"tag": "1.1"
},
"source_files": "Source/*.swift",
"frameworks": "UIKit",
"requires_arc": true
}