Skip to content

Commit 25de5cf

Browse files
committed
Make podspec publishable
1 parent 577003c commit 25de5cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

OCMock.podspec

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ Pod::Spec.new do |s|
2424
s.osx.deployment_target = '10.15'
2525
s.ios.deployment_target = '12.0'
2626
s.tvos.deployment_target = '12.0'
27-
s.watchos.deployment_target = '4.0'
28-
s.visionos.deployment_target = '1.0'
27+
s.watchos.deployment_target = '7.0'
2928
s.osx.framework = 'XCTest'
3029
s.ios.framework = 'XCTest'
3130
s.tvos.framework = 'XCTest'

0 commit comments

Comments
 (0)