blob: 88dd99cdc3e6d8bbb57610100035f953edd2d021 [file] [log] [blame]
{
"deprecated": true,
"name": "UIAlertController+Extension",
"version": "0.1",
"summary": "An extension allow you present an alert with new UIAlertController quickly.",
"description": " Allow you present an UIAlertController with one of two styles (Alert or ActionSheet).\n Quick, Simply in use, and Event handler by closure.\n",
"homepage": "https://github.com/tuanphung/UIAlertController-Extension",
"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/UIAlertController-Extension.git",
"tag": "0.1"
},
"source_files": "Source/*.swift",
"frameworks": "UIKit",
"requires_arc": true
}