From b9b33ad7c863dfae549ef4745f32415ad6665158 Mon Sep 17 00:00:00 2001 From: Jaesung Lee Date: Thu, 5 Jan 2023 09:41:49 +0100 Subject: [PATCH] [Add] SendBirdUIKit 3.3.2 --- .../SendBirdUIKit/3.3.2/SendBirdUIKit.podspec.json | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Specs/7/b/b/SendBirdUIKit/3.3.2/SendBirdUIKit.podspec.json diff --git a/Specs/7/b/b/SendBirdUIKit/3.3.2/SendBirdUIKit.podspec.json b/Specs/7/b/b/SendBirdUIKit/3.3.2/SendBirdUIKit.podspec.json new file mode 100644 index 000000000000..42d08783999f --- /dev/null +++ b/Specs/7/b/b/SendBirdUIKit/3.3.2/SendBirdUIKit.podspec.json @@ -0,0 +1,36 @@ +{ + "name": "SendBirdUIKit", + "version": "3.3.2", + "summary": "UIKit based on SendbirdChatSDK", + "description": "Sendbird UIKit is a framework composed of basic UI components based on SendbirdChatSDK.", + "homepage": "https://sendbird.com", + "documentation_url": "https://sendbird.com/docs/uikit", + "license": "Commercial", + "authors": { + "Jaesung Lee": "jaesung.lee@sendbird.com", + "Tez": "tez.park@sendbird.com" + }, + "platforms": { + "ios": "11.0" + }, + "source": { + "git": "https://github.com/sendbird/sendbird-uikit-ios.git", + "tag": "v3.3.2" + }, + "ios": { + "vendored_frameworks": "Framework/SendbirdUIKit.xcframework", + "frameworks": [ + "UIKit", + "Foundation", + "CoreData", + "SendbirdChatSDK" + ], + "libraries": "icucore" + }, + "requires_arc": true, + "dependencies": { + "SendbirdChatSDK": [ + ">= 4.2.2" + ] + } +} -- 2.11.4.GIT