Skip to content

Commit 62d68d9

Browse files
committed
comment out tv/watchos to get past pod errors
1 parent 534278f commit 62d68d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: ServiceStack.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ s.author = { "ServiceStack, Inc" => "[email protected]" }
1313
s.source = { :git => "https://github.com/ServiceStack/ServiceStack.Swift.git", :tag => s.version.to_s }
1414

1515
s.swift_version = "6.0"
16-
s.ios.deployment_target = "15.0"
16+
s.ios.deployment_target = "16.0"
1717
s.osx.deployment_target = "13.0"
18-
s.watchos.deployment_target = "8.0"
19-
s.tvos.deployment_target = "15.0"
18+
#s.watchos.deployment_target = "8.0"
19+
#s.tvos.deployment_target = "15.0"
2020
s.requires_arc = true
2121

2222
#s.public_header_files = 'Pod/Classes/**/*.h'

0 commit comments

Comments
 (0)