blob: 2d88dc98de0e30eb64cd7a3de97d47f8b586b166 [file] [log] [blame]
{
"name": "PSTAlertController",
"version": "1.2.0",
"summary": "API similar to UIAlertController, backwards compatible to iOS 7. Will use the new shiny API when you run iOS 8.",
"description": "We cheat a bit by having PSTAlertController superclass be NSObject, but for most use cases it's still a lot more convenient than using UIAlertView/UIActionSheet.",
"homepage": "https://github.com/steipete/PSTAlertController",
"license": "MIT",
"authors": {
"Peter Steinberger": "steipete@gmail.com"
},
"source": {
"git": "https://github.com/steipete/PSTAlertController.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "PSTAlertController",
"public_header_files": "PSTAlertController/**/*.h",
"frameworks": "UIKit"
}