blob: c291a02df03dde5250f1dcfd1916976c78c51cb3 [file] [log] [blame]
{
"name": "PSTAlertController",
"version": "1.0.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.\n",
"homepage": "https://github.com/steipete/PSTAlertController",
"license": "MIT",
"authors": {
"Peter Steinberger": "steipete@gmail.com"
},
"source": {
"git": "https://github.com/steipete/PSTAlertController.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "PSTAlertController",
"public_header_files": "PSTAlertController/**/*.h",
"frameworks": "UIKit"
}