[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 8 / 9 / ViewControllerPresentationSpy / 7.0.0 / ViewControllerPresentationSpy.podspec.json
blob2cc9cec0dbb91be5a9cdb48ff2ea4f04275edc40
2   "name": "ViewControllerPresentationSpy",
3   "version": "7.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": "13.0",
14     "tvos": "13.0"
15   },
16   "source": {
17     "git": "https://github.com/jonreid/ViewControllerPresentationSpy.git",
18     "tag": "v7.0.0"
19   },
20   "source_files": "Source/ViewControllerPresentationSpy/*.{h,m,swift}",
21   "requires_arc": true,
22   "swift_versions": "5.7",
23   "weak_frameworks": "XCTest",
24   "pod_target_xcconfig": {
25     "ENABLE_TESTING_SEARCH_PATHS": "YES"
26   },
27   "user_target_xcconfig": {
28     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
29   },
30   "swift_version": "5.7"