Skip to content

Commit

Permalink
Merge pull request #44 from 100mslive/0.2.18Release
Browse files Browse the repository at this point in the history
0.2.18 Release
  • Loading branch information
pawan-100ms authored Jul 18, 2022
2 parents b1b22e1 + 2db7407 commit 0137fb5
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.17'
s.version = '0.2.18'
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.17/HMSSDK.xcframework.zip',
:sha256 => 'd84790fd0685ae715c934175bc6924b22206cd12104862dbb33961462c51bd1c'
s.source = { :http => 'https://github.com/100mslive/100ms-ios-sdk/releases/download/0.2.18/HMSSDK.xcframework.zip',
:sha256 => 'e1729e45d2ffa9f38c86e8e2597b0a0c08f24bd376b7a1cd74fe4dbc680b23ad'
}
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.17/HMSSDK.xcframework.zip",
checksum: "d84790fd0685ae715c934175bc6924b22206cd12104862dbb33961462c51bd1c"
url: "https://github.com/100mslive/100ms-ios-sdk/releases/download/0.2.18/HMSSDK.xcframework.zip",
checksum: "e1729e45d2ffa9f38c86e8e2597b0a0c08f24bd376b7a1cd74fe4dbc680b23ad"
),
.binaryTarget(
name: "WebRTC",
Expand Down

0 comments on commit 0137fb5

Please sign in to comment.