Skip to content

Commit

Permalink
1.0.6168 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
gzerad committed Apr 16, 2024
1 parent 126cd7d commit e3dfb61
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.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'
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.5118/WebRTC.xcframework.zip",
checksum: "f80dde0250940647633340627f1a2aec83d8d53889e79ab34d0d168bcb16d253"
url: "https://github.com/100mslive/webrtc-ios/releases/download/1.0.6168/WebRTC.xcframework.zip",
checksum: "43553df83e63f6cc3f996af00f934b2441805a83a39efbbc29ae454b9ee590e0"
)
]
)

0 comments on commit e3dfb61

Please sign in to comment.