blob: 31f608fc17359d8141aaccdea58816a85a485c92 [file] [log] [blame]
{
"name": "UIAlertController+Show",
"version": "0.1.3",
"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.1.3"
},
"source_files": "UIAlertController+Show/UIAlertController+Show.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}