blob: 6f27bb3bc0909b5da2770b29375c6e66862821f7 [file] [log] [blame]
{
"name": "UIAlertController+Show",
"version": "0.2.0",
"summary": "Show UIAlertControllers from anywhere.",
"description": "Light-weight extension to UIAlertController that adds 'show' method for presenting Alerts / Action Sheets from anywhere",
"homepage": "https://github.com/hightower/UIAlertController-Show",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Erik Ackermann": "erik@gethightower.com",
"Dustin Burge": "dustin@gethightower.com"
},
"social_media_url": "http://twitter.com/erikwithfriends",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/hightower/UIAlertController-Show.git",
"tag": "0.2.0"
},
"source_files": "UIAlertController+Show/UIAlertController+Show.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}