[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / a / 8 / PSTAlertController / 1.2.0 / PSTAlertController.podspec.json
blob2d88dc98de0e30eb64cd7a3de97d47f8b586b166
2   "name": "PSTAlertController",
3   "version": "1.2.0",
4   "summary": "API similar to UIAlertController, backwards compatible to iOS 7. Will use the new shiny API when you run iOS 8.",
5   "description": "We cheat a bit by having PSTAlertController superclass be NSObject, but for most use cases it's still a lot more convenient than using UIAlertView/UIActionSheet.",
6   "homepage": "https://github.com/steipete/PSTAlertController",
7   "license": "MIT",
8   "authors": {
9     "Peter Steinberger": "steipete@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/steipete/PSTAlertController.git",
13     "tag": "1.2.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "PSTAlertController",
20   "public_header_files": "PSTAlertController/**/*.h",
21   "frameworks": "UIKit"