diff --git a/HMSWebRTC.podspec b/HMSWebRTC.podspec index 6a1b6e8..7eec8f9 100644 --- a/HMSWebRTC.podspec +++ b/HMSWebRTC.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = 'HMSWebRTC' - s.version = '1.0.5118' + s.version = '1.0.6168' 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.5118/WebRTC.xcframework.zip', - :sha256 => 'f80dde0250940647633340627f1a2aec83d8d53889e79ab34d0d168bcb16d253'} + s.source = { :http => 'https://github.com/100mslive/webrtc-ios/releases/download/1.0.6168/WebRTC.xcframework.zip', + :sha256 => '43553df83e63f6cc3f996af00f934b2441805a83a39efbbc29ae454b9ee590e0'} s.ios.deployment_target = '12.0' s.vendored_frameworks = 'WebRTC.xcframework' diff --git a/Package.swift b/Package.swift index 21a5e57..4d39a1c 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.5118/WebRTC.xcframework.zip", - checksum: "f80dde0250940647633340627f1a2aec83d8d53889e79ab34d0d168bcb16d253" + url: "https://github.com/100mslive/webrtc-ios/releases/download/1.0.6168/WebRTC.xcframework.zip", + checksum: "43553df83e63f6cc3f996af00f934b2441805a83a39efbbc29ae454b9ee590e0" ) ] )