-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathSendbirdUIMessageTemplate.podspec
24 lines (24 loc) · 1.17 KB
/
SendbirdUIMessageTemplate.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
Pod::Spec.new do |s|
s.name = "SendbirdUIMessageTemplate"
s.version = "3.29.1"
s.summary = "SendbirdUIMessageTemplate based on SendbirdChatSDK"
s.description = "Sendbird UI MessageTemplate is a framework composed of basic Message Template UI components based on SendbirdChatSDK."
s.homepage = "https://sendbird.com"
s.documentation_url = 'https://sendbird.com/docs/uikit'
s.license = { :type => 'Commercial', :file => 'SendbirdUIMessageTemplate/LICENSE.md' }
s.authors = {
"Tez" => "[email protected]",
"Celine" => "[email protected]",
"Damon" => "[email protected]",
"Jed" => "[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}/SendbirdUIMessageTemplate.zip", :sha1 => "942406192bdb58e2b1dc36519ce723220e06bf1f" }
s.ios.vendored_frameworks = 'SendbirdUIMessageTemplate/SendbirdUIMessageTemplate.xcframework'
s.ios.frameworks = ["UIKit", "Foundation", "CoreData", "SendbirdChatSDK"]
s.requires_arc = true
s.dependency "SendbirdChatSDK", ">= 4.23.1"
s.ios.library = "icucore"
end