Skip to content

Commit 6f7018e

Browse files
authored
Remove watchOS from podspec, causes validation failure
1 parent 1716cbc commit 6f7018e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R.swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Pod::Spec.new do |spec|
2727
spec.osx.deployment_target = '10.15'
2828
spec.ios.deployment_target = '11'
2929
spec.tvos.deployment_target = '11'
30-
spec.watchos.deployment_target = '4'
30+
#spec.watchos.deployment_target = '4'
3131

3232
spec.preserve_paths = "rswift"
3333
spec.source_files = "Sources/RswiftResources/**/*.swift"

0 commit comments

Comments
 (0)