From 9a01a512d09b3f9cb5fc81de87de28b182306339 Mon Sep 17 00:00:00 2001 From: kaiLee-sendbird Date: Thu, 8 Aug 2024 14:24:11 +0900 Subject: [PATCH] [MOD] Updated podspec --- SendBirdDesk.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SendBirdDesk.podspec b/SendBirdDesk.podspec index 2410789..ec02998 100644 --- a/SendBirdDesk.podspec +++ b/SendBirdDesk.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SendBirdDesk" - s.version = "1.1.5" + s.version = "1.1.6" s.summary = "SendBird Desk iOS Framework" s.homepage = "https://sendbird.com" s.license = "Commercial" @@ -21,5 +21,5 @@ Pod::Spec.new do |s| s.ios.vendored_frameworks = 'SendBirdDesk.xcframework' s.ios.frameworks = ["UIKit", "AVFoundation", "AVKit", "UserNotifications"] - s.dependency 'SendbirdChatSDK', ">= 4.18.0" + s.dependency 'SendbirdChatSDK', ">= 4.20.0" end