Skip to content

Commit 40cf43f

Browse files
authored
Merge pull request #17 from 100mslive/feature/1.0.6170Release
1.0.6170Release
2 parents 2146a41 + 7ed83fc commit 40cf43f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

HMSWebRTC.podspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = 'HMSWebRTC'
3-
s.version = '1.0.6169'
3+
s.version = '1.0.6170'
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.6169/WebRTC.xcframework.zip',
10-
:sha256 => 'd07b1c68defc145067a4e684bc2a88911803871eeec702b2cb00cb18146898f5'}
9+
s.source = { :http => 'https://github.com/100mslive/webrtc-ios/releases/download/1.0.6170/WebRTC.xcframework.zip',
10+
:sha256 => '5f5f6ed16e9e225f92aa8755604461fa76c93c1171899b68af59e73cc1310fb4'}
1111

1212
s.ios.deployment_target = '12.0'
1313
s.vendored_frameworks = 'WebRTC.xcframework'
14-
end
14+
end

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.6169/WebRTC.xcframework.zip",
17-
checksum: "d07b1c68defc145067a4e684bc2a88911803871eeec702b2cb00cb18146898f5"
16+
url: "https://github.com/100mslive/webrtc-ios/releases/download/1.0.6170/WebRTC.xcframework.zip",
17+
checksum: "5f5f6ed16e9e225f92aa8755604461fa76c93c1171899b68af59e73cc1310fb4"
1818
)
1919
]
2020
)

0 commit comments

Comments
 (0)