Skip to content

Commit 126cd7d

Browse files
authored
Merge pull request #14 from 100mslive/feature/1.0.5118Release
1.0.5118 Release
2 parents 3b5f85d + 759fb0c commit 126cd7d

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.5117'
3+
s.version = '1.0.5118'
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.5117/WebRTC.xcframework.zip',
10-
:sha256 => '87336db28e97dd0a6de7c6afbdfbf72bfa3661c1ea7640874d1961db051e328a'}
9+
s.source = { :http => 'https://github.com/100mslive/webrtc-ios/releases/download/1.0.5118/WebRTC.xcframework.zip',
10+
:sha256 => 'f80dde0250940647633340627f1a2aec83d8d53889e79ab34d0d168bcb16d253'}
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.5117/WebRTC.xcframework.zip",
17-
checksum: "87336db28e97dd0a6de7c6afbdfbf72bfa3661c1ea7640874d1961db051e328a"
16+
url: "https://github.com/100mslive/webrtc-ios/releases/download/1.0.5118/WebRTC.xcframework.zip",
17+
checksum: "f80dde0250940647633340627f1a2aec83d8d53889e79ab34d0d168bcb16d253"
1818
)
1919
]
2020
)

0 commit comments

Comments
 (0)