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 = "137.7151.08 "
3
+ spec . version = "137.7151.09 "
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 = "2.2"
19
19
20
20
spec . source = {
21
- :http => "https://github.com/livekit/webrtc-xcframework/releases/download/137.7151.08 /LiveKitWebRTC.xcframework.zip"
21
+ :http => "https://github.com/livekit/webrtc-xcframework/releases/download/137.7151.09 /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/137.7151.08 /LiveKitWebRTC.xcframework.zip " ,
24
- checksum: " a0da21af18b75924158773ecd89471b632ed71eb07221bc86241effbce089c89 "
23
+ url: " https://github.com/livekit/webrtc-xcframework/releases/download/137.7151.09 /LiveKitWebRTC.xcframework.zip " ,
24
+ checksum: " 5c060fe1fd8afa44f39f520e9f65524e2e6612feea822490bb3814406e87f67e "
25
25
) ,
26
26
]
27
27
)
You can’t perform that action at this time.
0 commit comments