From b9ed737e7ff8aa1d8fcb8903f07859d04c7ba52f Mon Sep 17 00:00:00 2001 From: Minhyuk Kim Date: Mon, 17 Jun 2024 11:16:30 +0900 Subject: [PATCH] Release 1.2.6 --- Changelog.md | 3 +++ Package.swift | 2 +- SendbirdLiveSDK.podspec | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 2fdb780..9ef1063 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ # Change Log +## 1.2.6 (Jun 17, 2024) +* Updated SendbirdChatSDK dependency's minimum version. + ## 1.2.5 (Apr 4, 2024) * Updated iOS deployment target to 12.0 * Updated Xcode version to 15.0 diff --git a/Package.swift b/Package.swift index 37ae373..27cb444 100644 --- a/Package.swift +++ b/Package.swift @@ -16,7 +16,7 @@ let package = Package( targets: [ .binaryTarget( name: "SendbirdLiveSDK", - url: "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.5/SendbirdLiveSDK.xcframework.zip", + url: "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.6/SendbirdLiveSDK.xcframework.zip", checksum: "0693252ba3b43a1da1017e33ed3edc29cd5ad1a1d49662993c6c1b21b942e329" ), .target(name: "SendbirdLiveSDKTarget", diff --git a/SendbirdLiveSDK.podspec b/SendbirdLiveSDK.podspec index 1915c10..2335677 100644 --- a/SendbirdLiveSDK.podspec +++ b/SendbirdLiveSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SendbirdLiveSDK' - s.version = "1.2.5" + s.version = "1.2.6" s.summary = 'Sendbird Live iOS Framework' s.description = 'Sendbird Live API turns a client app into a live streaming platform where users can broadcast themselves in real-time to their followers.' s.homepage = 'https://sendbird.com' @@ -14,13 +14,13 @@ Pod::Spec.new do |s| 'Celine Moon' => 'celine.moon@sendbird.com', 'Young Hwang' => 'young.hwang@sendbird.com' } - s.source = { :http => "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.5/SendbirdLiveSDK.zip", :sha1 => "111c56fa400b03b72edce8a0bc2107163219d76a" } + s.source = { :http => "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.6/SendbirdLiveSDK.zip", :sha1 => "111c56fa400b03b72edce8a0bc2107163219d76a" } s.requires_arc = true s.platform = :ios, '12.0' s.documentation_url = 'https://sendbird.com/docs/live/v1/ios/ref/index.html' s.ios.vendored_frameworks = 'SendbirdLiveSDK/SendbirdLiveSDK.xcframework' s.dependency "SendBirdWebRTC", "~> 1.8.1" - s.dependency "SendbirdChatSDK", "~> 4.11.0" + s.dependency "SendbirdChatSDK", "> 4.11.0" s.ios.frameworks = ["UIKit", "Foundation", "WebRTC", "AVKit", "MediaPlayer", "Network", "CoreTelephony", "VideoToolbox"] s.ios.library = 'icucore' end