File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = "LiveKitWebRTC"
3
- spec . version = "125.6422.21 "
3
+ spec . version = "125.6422.22 "
4
4
spec . summary = "Custom WebRTC build for LiveKit"
5
5
spec . description = <<-DESC
6
6
LiveKit version Dynamic WebRTC XCFramework
@@ -18,7 +18,7 @@ Pod::Spec.new do |spec|
18
18
spec . visionos . deployment_target = "1.0"
19
19
20
20
spec . source = {
21
- :http => "https://github.com/livekit/webrtc-xcframework/releases/download/125.6422.21 /LiveKitWebRTC.xcframework.zip"
21
+ :http => "https://github.com/livekit/webrtc-xcframework/releases/download/125.6422.22 /LiveKitWebRTC.xcframework.zip"
22
22
}
23
23
spec . vendored_frameworks = "LiveKitWebRTC.xcframework"
24
24
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ let package = Package(
20
20
targets: [
21
21
. binaryTarget(
22
22
name: " LiveKitWebRTC " ,
23
- url: " https://github.com/livekit/webrtc-xcframework/releases/download/125.6422.21 /LiveKitWebRTC.xcframework.zip " ,
24
- checksum: " e3c0acf6ee53116a678fc49fc8c39e691f8f79e88290758dcfd7ea1bf2ff1c52 "
23
+ url: " https://github.com/livekit/webrtc-xcframework/releases/download/125.6422.22 /LiveKitWebRTC.xcframework.zip " ,
24
+ checksum: " cc87268c30af7125134016da82a2b5f0ae98fcd1cf884a47ee7f5c3495442404 "
25
25
) ,
26
26
]
27
27
)
You can’t perform that action at this time.
0 commit comments