[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / 5 / d / MockUIAlertController / 1.1.1 / MockUIAlertController.podspec.json
blobd3cdc7ea6e7232d93120d8423fb52d93a0718500
2   "name": "MockUIAlertController",
3   "version": "1.1.1",
4   "summary": "Mock alerts and action sheets for iOS 8 unit tests",
5   "description": "MockUIAlertController lets you mock iOS alerts and action sheets for unit tests, based on the UIAlertController introduced for iOS 8.\n\nNo actual alerts are presented. This means:\n\n* The workflow doesn't pause for an action to be selected.\n* Tests are blazing fast.",
6   "homepage": "https://github.com/jonreid/MockUIAlertController",
7   "license": "MIT",
8   "authors": {
9     "Jon Reid": "jon@qualitycoding.org"
10   },
11   "social_media_url": "https://twitter.com/qcoding",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/jonreid/MockUIAlertController.git",
17     "tag": "v1.1.1"
18   },
19   "source_files": "Source/MockUIAlertController/*.{h,m}",
20   "public_header_files": [
21     "Source/MockUIAlertController/QCOMockAlertVerifier.h",
22     "Source/MockUIAlertController/QCOMockPopoverPresentationController.h"
23   ],
24   "requires_arc": true