2 "name": "ViewControllerPresentationSpy",
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",
9 "Jon Reid": "jon@qualitycoding.org"
11 "social_media_url": "https://twitter.com/qcoding",
16 "git": "https://github.com/jonreid/ViewControllerPresentationSpy.git",
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"
27 "swift_versions": "5.0",
28 "swift_version": "5.0"