[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 0 / 7 / UIAlertController+Show / 0.1.2 / UIAlertController+Show.podspec.json
blobfa16304644eca82d3ba5edc26c7b8bff0bb59c93
2   "name": "UIAlertController+Show",
3   "version": "0.1.2",
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.2"
22   },
23   "source_files": "UIAlertController+Show/UIAlertController+Show.swift",
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "requires_arc": true