[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / d / 4 / PXBlockAlertView / 0.1.4 / PXBlockAlertView.podspec.json
blobe58c991e87c51fcf529e3589b099526a44f71365
2   "name": "PXBlockAlertView",
3   "version": "0.1.4",
4   "summary": "A class with shorthand class methods for displaying alerts.",
5   "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`.",
6   "homepage": "https://github.com/pixio/PXBlockAlertView",
7   "license": "MIT",
8   "authors": {
9     "Daniel Blakemore": "DanBlakemore@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/pixio/PXBlockAlertView.git",
13     "tag": "0.1.4"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "PXBlockAlertView": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "dependencies": {
27     "UIAlertController-BetterConstructor": [
29     ]
30   },
31   "frameworks": "UIKit"