blob: 4421e516596e0a81b1cf216779b646a8be00afd1 [file] [log] [blame]
{
"name": "UIAlertControllerExtension",
"version": "1.0",
"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).\n Quickly, Simply in use, and Event handling by closure.\n",
"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.0"
},
"source_files": "Source/*.swift",
"frameworks": "UIKit",
"requires_arc": true
}