-
Notifications
You must be signed in to change notification settings - Fork 73
/
SendBirdUIKit.podspec
25 lines (25 loc) · 1.1 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
Pod::Spec.new do |s|
s.name = "SendBirdUIKit"
s.version = "3.28.1"
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" => "[email protected]",
"Celine" => "[email protected]",
"Damon" => "[email protected]",
"Jed" => "[email protected]",
"Minhyuk" => "[email protected]",
"Young" => "[email protected]",
"Kai" => "[email protected]"
}
s.platform = :ios, "12.0"
s.source = { :http => "https://github.com/sendbird/sendbird-uikit-ios/releases/download/#{s.version}/SendBirdUIKit.zip", :sha1 => "41192f0e9a4a0131a84aecc9e299afae2cc4eb93" }
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.ios.library = "icucore"
end