[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / a / 8 / PSTAlertController / 1.0.0 / PSTAlertController.podspec.json
blobc291a02df03dde5250f1dcfd1916976c78c51cb3
2   "name": "PSTAlertController",
3   "version": "1.0.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.\n",
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.0.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"