[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 4 / 0 / 7 / UIAlertController+Show / 0.2.1 / UIAlertController+Show.podspec.json
blob48a34bc0ca729e65bd46e934b139d94c38e5044e
2   "name": "UIAlertController+Show",
3   "version": "0.2.1",
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.2.1"
22   },
23   "source_files": "UIAlertController+Show/UIAlertController+Show.swift",
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "requires_arc": true,
29   "pushed_with_swift_version": "3.0"