We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577003c commit 25de5cfCopy full SHA for 25de5cf
OCMock.podspec
@@ -24,8 +24,7 @@ Pod::Spec.new do |s|
24
s.osx.deployment_target = '10.15'
25
s.ios.deployment_target = '12.0'
26
s.tvos.deployment_target = '12.0'
27
- s.watchos.deployment_target = '4.0'
28
- s.visionos.deployment_target = '1.0'
+ s.watchos.deployment_target = '7.0'
29
s.osx.framework = 'XCTest'
30
s.ios.framework = 'XCTest'
31
s.tvos.framework = 'XCTest'
0 commit comments