From 75cd0e0010d4357f56939b839360d6b5ebcebd79 Mon Sep 17 00:00:00 2001 From: Jaesung Lee Date: Fri, 15 Sep 2023 16:51:44 +0900 Subject: [PATCH] Release - 4.11.1 Fixed podspec typo --- SendbirdChatSDK.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SendbirdChatSDK.podspec b/SendbirdChatSDK.podspec index 2f65ec2..b197680 100644 --- a/SendbirdChatSDK.podspec +++ b/SendbirdChatSDK.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |s| 'Sendbird' => 'sha.sdk_deployment@sendbird.com', 'Jed Gyeong' => 'jed.gyeong@sendbird.com', 'Celine Moon' => 'celine.moon@sendbird.com', - 'Damon Park' => 'damon.park@sendbird.com' + 'Damon Park' => 'damon.park@sendbird.com', 'Jaesung Lee' => 'jaesung.lee@sendbird.com' } s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.11.1/SendbirdChatSDK.zip", :sha1 => "0b05eb5364131be160146bc292c79055dc09407c" }