[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / 8 / d / UIAlertControllerExtension / 1.0 / UIAlertControllerExtension.podspec.json
blob4421e516596e0a81b1cf216779b646a8be00afd1
2   "name": "UIAlertControllerExtension",
3   "version": "1.0",
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).\n                   Quickly, Simply in use, and Event handling by closure.\n",
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.0"
18   },
19   "source_files": "Source/*.swift",
20   "frameworks": "UIKit",
21   "requires_arc": true