We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c3130b commit 57cb372Copy full SHA for 57cb372
Package.swift
@@ -17,8 +17,8 @@ let package = Package(
17
targets: [
18
.binaryTarget(
19
name: "WebRTC",
20
- url: "https://github.com/GetStream/stream-video-swift-webrtc/releases/download/125.6422.06/WebRTC.zip",
21
- checksum: "c3b690ec04727cf5510aeb073fc24156b74a074293a66d39be0a5c2570df1422"
+ url: "https://github.com/GetStream/stream-video-swift-webrtc/releases/download/125.6422.06.2/WebRTC.zip",
+ checksum: "8829e50e9813a92206681d920a156d44a24454e7073f3169cbefed0f333641cd"
22
),
23
]
24
)
WebRTC.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = "WebRTC"
3
- spec.version = "125.6422.06"
+ spec.version = "125.6422.06.2"
4
spec.summary = "Stream WebRTC"
5
spec.description = spec.summary
6
0 commit comments