Skip to content

Commit 5b031c8

Browse files
authored
Update Podspec (#587)
Fixes: #566
1 parent 485e76d commit 5b031c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

LiveKitClient.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ Pod::Spec.new do |spec|
88

99
spec.ios.deployment_target = "13.0"
1010
spec.osx.deployment_target = "10.15"
11+
spec.tvos.deployment_target = "17.0"
12+
spec.visionos.deployment_target = "1.0"
1113

1214
spec.swift_versions = ["5.7"]
1315
spec.source = {:git => "https://github.com/livekit/client-sdk-swift.git", :tag => "2.1.1"}
1416

1517
spec.source_files = "Sources/**/*"
1618

17-
spec.dependency("LiveKitWebRTC", "= 125.6422.11")
19+
spec.dependency("LiveKitWebRTC", "= 125.6422.18")
1820
spec.dependency("SwiftProtobuf")
1921
spec.dependency("Logging")
2022

0 commit comments

Comments
 (0)