Skip to content

Commit

Permalink
Merge pull request #25 from 100mslive/0.2.6Release
Browse files Browse the repository at this point in the history
0.2.6 Release
  • Loading branch information
ygit authored Jan 28, 2022
2 parents b3553eb + 8da70b7 commit a4efefa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions HMSSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'HMSSDK'
s.version = '0.2.5'
s.version = '0.2.6'
s.summary = 'HMS Videoconferencing iOS SDK'

s.description = <<-DESC
Expand All @@ -10,8 +10,8 @@ TODO: Add long description of the pod here.
s.homepage = 'https://github.com/100mslive/100ms-ios-sdk/'
s.license = { :type => 'MIT'}
s.author = { 'Dmitry Fedoseyev' => '[email protected]', 'Yogesh Singh' => '[email protected]' }
s.source = { :http => 'https://github.com/100mslive/100ms-ios-sdk/releases/download/0.2.5/HMSSDK.xcframework.zip',
:sha256 => 'b61c0dc9766c538a8c47e6f28215fd6f0c2c6fec0353e9ad329a9631109d17e9'
s.source = { :http => 'https://github.com/100mslive/100ms-ios-sdk/releases/download/0.2.6/HMSSDK.xcframework.zip',
:sha256 => 'd0a1da69e28ebc7c76c67cc830a36e333a0b91f986396b65d2c615a3f8630b20'
}
s.ios.deployment_target = '10.0'
s.vendored_frameworks = 'HMSSDK.xcframework'
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "HMSSDK",
url: "https://github.com/100mslive/100ms-ios-sdk/releases/download/0.2.5/HMSSDK.xcframework.zip",
checksum: "b61c0dc9766c538a8c47e6f28215fd6f0c2c6fec0353e9ad329a9631109d17e9"
url: "https://github.com/100mslive/100ms-ios-sdk/releases/download/0.2.6/HMSSDK.xcframework.zip",
checksum: "d0a1da69e28ebc7c76c67cc830a36e333a0b91f986396b65d2c615a3f8630b20"
),
.binaryTarget(
name: "WebRTC",
Expand Down

0 comments on commit a4efefa

Please sign in to comment.