Skip to content

Commit

Permalink
1.0.6171 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
gzerad committed Aug 27, 2024
1 parent 40cf43f commit 820efc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions HMSWebRTC.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'HMSWebRTC'
s.version = '1.0.6170'
s.version = '1.0.6171'
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.6170/WebRTC.xcframework.zip',
:sha256 => '5f5f6ed16e9e225f92aa8755604461fa76c93c1171899b68af59e73cc1310fb4'}
s.source = { :http => 'https://github.com/100mslive/webrtc-ios/releases/download/1.0.6171/WebRTC.xcframework.zip',
:sha256 => '29bc00b163c3de382f53fdfe6f4ceacb1b67f45072231244e7b0dc0bcb413317'}

s.ios.deployment_target = '12.0'
s.vendored_frameworks = 'WebRTC.xcframework'
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "WebRTC",
url: "https://github.com/100mslive/webrtc-ios/releases/download/1.0.6170/WebRTC.xcframework.zip",
checksum: "5f5f6ed16e9e225f92aa8755604461fa76c93c1171899b68af59e73cc1310fb4"
url: "https://github.com/100mslive/webrtc-ios/releases/download/1.0.6171/WebRTC.xcframework.zip",
checksum: "29bc00b163c3de382f53fdfe6f4ceacb1b67f45072231244e7b0dc0bcb413317"
)
]
)

0 comments on commit 820efc7

Please sign in to comment.