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.11 "
3
+ spec . version = "125.6422.12-exp.1 "
4
4
spec . summary = "Custom WebRTC build for LiveKit"
5
5
spec . description = <<-DESC
6
6
LiveKit version Dynamic WebRTC XCFramework
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
16
16
spec . osx . deployment_target = "10.15"
17
17
18
18
spec . source = {
19
- :http => "https://github.com/livekit/webrtc-xcframework/releases/download/125.6422.11 /LiveKitWebRTC.xcframework.zip"
19
+ :http => "https://github.com/livekit/webrtc-xcframework/releases/download/125.6422.12-exp.1 /LiveKitWebRTC.xcframework.zip"
20
20
}
21
21
spec . vendored_frameworks = "LiveKitWebRTC.xcframework"
22
22
end
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.11 /LiveKitWebRTC.xcframework.zip " ,
24
- checksum: " 5bf215ea2d9607752d76baecf4643273fcb0a4285d1da50ce0c6b5afa4c39511 "
23
+ url: " https://github.com/livekit/webrtc-xcframework/releases/download/125.6422.12-exp.1 /LiveKitWebRTC.xcframework.zip " ,
24
+ checksum: " 689f016dca52d7ac94cae619ee96be0bafb006c7031f39cd72d01b0b4d3e446e "
25
25
) ,
26
26
]
27
27
)
You can’t perform that action at this time.
0 commit comments