We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485e76d commit 5b031c8Copy full SHA for 5b031c8
LiveKitClient.podspec
@@ -8,13 +8,15 @@ Pod::Spec.new do |spec|
8
9
spec.ios.deployment_target = "13.0"
10
spec.osx.deployment_target = "10.15"
11
+ spec.tvos.deployment_target = "17.0"
12
+ spec.visionos.deployment_target = "1.0"
13
14
spec.swift_versions = ["5.7"]
15
spec.source = {:git => "https://github.com/livekit/client-sdk-swift.git", :tag => "2.1.1"}
16
17
spec.source_files = "Sources/**/*"
18
- spec.dependency("LiveKitWebRTC", "= 125.6422.11")
19
+ spec.dependency("LiveKitWebRTC", "= 125.6422.18")
20
spec.dependency("SwiftProtobuf")
21
spec.dependency("Logging")
22
0 commit comments