[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 4 / 0 / 7 / UIAlertController+Show / 0.1.3 / UIAlertController+Show.podspec.json
blob31f608fc17359d8141aaccdea58816a85a485c92
2   "name": "UIAlertController+Show",
3   "version": "0.1.3",
4   "summary": "Show UIAlertControllers from anywhere.",
5   "description": "Light-weight extension to UIAlertController that adds 'show' method for presenting Alerts / Action Sheets from anywhere",
6   "homepage": "https://github.com/hightower/UIAlertController-Show",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Erik Ackermann": "erik@gethightower.com",
13     "Dustin Burge": "dustin@gethightower.com"
14   },
15   "social_media_url": "http://twitter.com/erikwithfriends",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/hightower/UIAlertController-Show.git",
21     "tag": "0.1.3"
22   },
23   "source_files": "UIAlertController+Show/UIAlertController+Show.swift",
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "requires_arc": true