[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 1 / 8 / 9 / ViewControllerPresentationSpy / 6.0.0 / ViewControllerPresentationSpy.podspec.json
blob7d9f676d4b9ca64ef6de1740b5448f6fbd6606e8
2   "name": "ViewControllerPresentationSpy",
3   "version": "6.0.0",
4   "summary": "Unit test presented view controllers, alerts, and action sheets for iOS",
5   "description": "ViewControllerPresentationSpy has three verifiers:\n* AlertVerifier to capture alerts and action sheets\n* PresentationVerifier to capture presented view controllers\n* DismissalVerifier to capture dismissed view controllers\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": "12.0",
14     "tvos": "12.0"
15   },
16   "source": {
17     "git": "https://github.com/jonreid/ViewControllerPresentationSpy.git",
18     "tag": "v6.0.0"
19   },
20   "source_files": "Source/ViewControllerPresentationSpy/*.{h,m,swift}",
21   "public_header_files": [
22     "Source/ViewControllerPresentationSpy/QCOMockPopoverPresentationController.h",
23     "Source/ViewControllerPresentationSpy/UIAlertAction+QCOMock.h",
24     "Source/ViewControllerPresentationSpy/UIAlertController+QCOMock.h",
25     "Source/ViewControllerPresentationSpy/UIViewController+QCOMock.h"
26   ],
27   "requires_arc": true,
28   "swift_versions": "5.0",
29   "weak_frameworks": "XCTest",
30   "pod_target_xcconfig": {
31     "ENABLE_TESTING_SEARCH_PATHS": "YES"
32   },
33   "user_target_xcconfig": {
34     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
35   },
36   "swift_version": "5.0"