From 84985674f196e4dcb4dd56568343e2fa276a6c4e Mon Sep 17 00:00:00 2001 From: gzerad Date: Wed, 1 May 2024 16:11:52 +0300 Subject: [PATCH] 1.0.6169 Release --- HMSWebRTC.podspec | 6 +++--- Package.swift | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HMSWebRTC.podspec b/HMSWebRTC.podspec index 7eec8f9..f3eaf6c 100644 --- a/HMSWebRTC.podspec +++ b/HMSWebRTC.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = 'HMSWebRTC' - s.version = '1.0.6168' + s.version = '1.0.6169' s.summary = 'A binary distribution of WebRTC SDK' s.description = 'WebRTC is a free, open project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs.' s.homepage = 'https://webrtc.org/' s.license = { :type => 'Multiple'} s.author = 'WebRTC project authors. Packaged by 100ms' - s.source = { :http => 'https://github.com/100mslive/webrtc-ios/releases/download/1.0.6168/WebRTC.xcframework.zip', - :sha256 => '43553df83e63f6cc3f996af00f934b2441805a83a39efbbc29ae454b9ee590e0'} + s.source = { :http => 'https://github.com/100mslive/webrtc-ios/releases/download/1.0.6169/WebRTC.xcframework.zip', + :sha256 => 'd07b1c68defc145067a4e684bc2a88911803871eeec702b2cb00cb18146898f5'} s.ios.deployment_target = '12.0' s.vendored_frameworks = 'WebRTC.xcframework' diff --git a/Package.swift b/Package.swift index 4d39a1c..9ffab95 100644 --- a/Package.swift +++ b/Package.swift @@ -13,8 +13,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebRTC", - url: "https://github.com/100mslive/webrtc-ios/releases/download/1.0.6168/WebRTC.xcframework.zip", - checksum: "43553df83e63f6cc3f996af00f934b2441805a83a39efbbc29ae454b9ee590e0" + url: "https://github.com/100mslive/webrtc-ios/releases/download/1.0.6169/WebRTC.xcframework.zip", + checksum: "d07b1c68defc145067a4e684bc2a88911803871eeec702b2cb00cb18146898f5" ) ] )