Skip to content

Commit

Permalink
Merge pull request #14 from 100mslive/0.1.5Release
Browse files Browse the repository at this point in the history
0.1.5 Release
  • Loading branch information
ygit authored Oct 21, 2021
2 parents 2808f38 + 86f8c32 commit 7a6691d
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.1.4'
s.version = '0.1.5'
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.1.4/HMSSDK.xcframework.zip',
:sha256 => '414d22f478cfdc24432a3d10a01374d313dfd05d5c5283ebe6d0fd27f7afeae6'
s.source = { :http => 'https://github.com/100mslive/100ms-ios-sdk/releases/download/0.1.5/HMSSDK.xcframework.zip',
:sha256 => '0e750f1d7e3c7f2d7dbf39a136edb6bcde145c824fb5abdb14f7e4fda6461f6e'
}
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.1.4/HMSSDK.xcframework.zip",
checksum: "414d22f478cfdc24432a3d10a01374d313dfd05d5c5283ebe6d0fd27f7afeae6"
url: "https://github.com/100mslive/100ms-ios-sdk/releases/download/0.1.5/HMSSDK.xcframework.zip",
checksum: "0e750f1d7e3c7f2d7dbf39a136edb6bcde145c824fb5abdb14f7e4fda6461f6e"
),
.binaryTarget(
name: "WebRTC",
Expand Down

0 comments on commit 7a6691d

Please sign in to comment.