[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 8 / d / UIAlertControllerExtension / 1.1 / UIAlertControllerExtension.podspec.json
blob43324e9f0fd5c63693dca8f387fc9a4ba1f7583f
2   "name": "UIAlertControllerExtension",
3   "version": "1.1",
4   "summary": "An extension allow you present an alert with new UIAlertController from any ViewController quickly.",
5   "description": "Allow you present an UIAlertController with one of two styles (Alert or ActionSheet).\nQuickly, Simply in use, and Event handling by closure.",
6   "homepage": "https://github.com/tuanphung/UIAlertControllerExtension",
7   "license": "MIT",
8   "authors": {
9     "Tuan Phung": "tuanphunglk@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/tuanphunglk",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/tuanphung/UIAlertControllerExtension.git",
17     "tag": "1.1"
18   },
19   "source_files": "Source/*.swift",
20   "frameworks": "UIKit",
21   "requires_arc": true