blob: a847fc078534031325cda570d3321956cd6a9d2d [file] [log] [blame]
{
"name": "PXBlockAlertView",
"version": "0.2.1",
"summary": "A class with shorthand class methods for displaying alerts.",
"description": "A set of class methods which allow you to present alerts with one or two buttons.\n\nOn iOS 7, it uses `UIAlertView`. On iOS 8 it uses `UIAlertController`.",
"homepage": "https://github.com/pixio/PXBlockAlertView",
"license": "MIT",
"authors": {
"Daniel Blakemore": "DanBlakemore@gmail.com"
},
"source": {
"git": "https://github.com/pixio/PXBlockAlertView.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"UIAlertController-BetterConstructor": [
]
},
"frameworks": "UIKit"
}