-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathSendBirdUIKit.podspec
26 lines (26 loc) · 1.15 KB
/
SendBirdUIKit.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Pod::Spec.new do |s|
s.name = "SendBirdUIKit"
s.version = "3.29.0"
s.summary = "UIKit based on SendbirdChatSDK"
s.description = "Sendbird UIKit is a framework composed of basic UI components based on SendbirdChatSDK."
s.homepage = "https://sendbird.com"
s.documentation_url = 'https://sendbird.com/docs/uikit'
s.license = { :type => 'Commercial', :file => 'SendBirdUIKit/LICENSE.md' }
s.authors = {
"Tez" => "tez.park@sendbird.com",
"Celine" => "celine.moon@senrbid.com",
"Damon" => "damon.park@sendbird.com",
"Jed" => "jed.gyeong@sendbird.com",
"Minhyuk" => "minhyuk.kim@sendbird.com",
"Young" => "young.hwang@sendbird.com",
"Kai" => "kai.lee@sendbird.com"
}
s.platform = :ios, "12.0"
s.source = { :http => "https://github.com/sendbird/sendbird-uikit-ios/releases/download/#{s.version}/SendBirdUIKit.zip", :sha1 => "a787030f4a2c477990903b8bcd5cf0a22d2550ea" }
s.ios.vendored_frameworks = 'SendBirdUIKit/SendbirdUIKit.xcframework'
s.ios.frameworks = ["UIKit", "Foundation", "CoreData", "SendbirdChatSDK"]
s.requires_arc = true
s.dependency "SendbirdChatSDK", ">= 4.23.1"
s.dependency "SendbirdUIMessageTemplate", ">= 3.29.0"
s.ios.library = "icucore"
end