[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / d / 4 / PXBlockAlertView / 0.2.1 / PXBlockAlertView.podspec.json
bloba847fc078534031325cda570d3321956cd6a9d2d
2   "name": "PXBlockAlertView",
3   "version": "0.2.1",
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.2.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "public_header_files": "Pod/Classes/**/*.h",
21   "dependencies": {
22     "UIAlertController-BetterConstructor": [
24     ]
25   },
26   "frameworks": "UIKit"