[Add] YIM 2.2.1
[CocoaPods.git] / Specs / 1 / 8 / 9 / ViewControllerPresentationSpy / 4.0.0 / ViewControllerPresentationSpy.podspec.json
blobdc2f4712dcc5a4880db304906a0bf61bb8f029a6
2   "name": "ViewControllerPresentationSpy",
3   "version": "4.0.0",
4   "summary": "Unit test presented view controllers, alerts, and action sheets for iOS",
5   "description": "ViewControllerPresentationSpy intercepts presented view controllers, including alerts and actions sheets.\n\nSegues can be captured. For alerts, no actual alerts are presented. This means:\n\n* The workflow doesn't pause for an action to be selected.\n* Tests are blazing fast.\n* You can test things with unit tests instead of UI tests.",
6   "homepage": "https://github.com/jonreid/ViewControllerPresentationSpy",
7   "license": "MIT",
8   "authors": {
9     "Jon Reid": "jon@qualitycoding.org"
10   },
11   "social_media_url": "https://twitter.com/qcoding",
12   "platforms": {
13     "ios": "10.2"
14   },
15   "source": {
16     "git": "https://github.com/jonreid/ViewControllerPresentationSpy.git",
17     "tag": "v4.0.0"
18   },
19   "source_files": "Source/ViewControllerPresentationSpy/*.{h,m,swift}",
20   "public_header_files": [
21     "Source/ViewControllerPresentationSpy/QCOMockPopoverPresentationController.h",
22     "Source/ViewControllerPresentationSpy/UIAlertAction+QCOMock.h",
23     "Source/ViewControllerPresentationSpy/UIAlertController+QCOMock.h",
24     "Source/ViewControllerPresentationSpy/UIViewController+QCOMock.h"
25   ],
26   "requires_arc": true,
27   "swift_versions": "5.0",
28   "swift_version": "5.0"