Skip to content

Commit 06b4c5b

Browse files
authored
Merge pull request #19 from 100mslive/1.0.6172Release
1.0.6172 Release
2 parents 6e73d7c + d48397b commit 06b4c5b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

HMSWebRTC.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = 'HMSWebRTC'
3-
s.version = '1.0.6171'
3+
s.version = '1.0.6172'
44
s.summary = 'A binary distribution of WebRTC SDK'
55
s.description = 'WebRTC is a free, open project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs.'
66
s.homepage = 'https://webrtc.org/'
77
s.license = { :type => 'Multiple'}
88
s.author = 'WebRTC project authors. Packaged by 100ms'
9-
s.source = { :http => 'https://github.com/100mslive/webrtc-ios/releases/download/1.0.6171/WebRTC.xcframework.zip',
10-
:sha256 => '29bc00b163c3de382f53fdfe6f4ceacb1b67f45072231244e7b0dc0bcb413317'}
9+
s.source = { :http => 'https://github.com/100mslive/webrtc-ios/releases/download/1.0.6172/WebRTC.xcframework.zip',
10+
:sha256 => '4b4e0d6fe7934deb544ec0c812bf00665c8b57b210573ad58be9e7d7c4c590f6'}
1111

1212
s.ios.deployment_target = '12.0'
1313
s.vendored_frameworks = 'WebRTC.xcframework'

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ let package = Package(
1313
targets: [
1414
.binaryTarget(
1515
name: "WebRTC",
16-
url: "https://github.com/100mslive/webrtc-ios/releases/download/1.0.6171/WebRTC.xcframework.zip",
17-
checksum: "29bc00b163c3de382f53fdfe6f4ceacb1b67f45072231244e7b0dc0bcb413317"
16+
url: "https://github.com/100mslive/webrtc-ios/releases/download/1.0.6172/WebRTC.xcframework.zip",
17+
checksum: "4b4e0d6fe7934deb544ec0c812bf00665c8b57b210573ad58be9e7d7c4c590f6"
1818
)
1919
]
2020
)

0 commit comments

Comments
 (0)