blob: 80d566087269ea92922b165db987734a9505f6fd [file] [log] [blame]
{
"name": "PXBlockAlertView",
"version": "0.1.5",
"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.1.5"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PXBlockAlertView": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"UIAlertController-BetterConstructor": [
]
},
"frameworks": "UIKit"
}