[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 8 / d / 4 / PXBlockAlertView / 0.1.5 / PXBlockAlertView.podspec.json
blob80d566087269ea92922b165db987734a9505f6fd
2   "name": "PXBlockAlertView",
3   "version": "0.1.5",
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.5"
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"