blob: e58c991e87c51fcf529e3589b099526a44f71365 [file] [log] [blame]
{
"name": "PXBlockAlertView",
"version": "0.1.4",
"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.4"
},
"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"
}