-
Notifications
You must be signed in to change notification settings - Fork 6
/
SendbirdChatSDK.podspec
27 lines (25 loc) · 1.24 KB
/
SendbirdChatSDK.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 = 'SendbirdChatSDK'
s.version = "4.24.0"
s.summary = 'Sendbird Chat iOS Framework'
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
s.homepage = 'https://sendbird.com'
s.license = { :type => 'Commercial', :file => 'SendbirdChatSDK/LICENSE.md' }
s.authors = {
'Minhyuk Kim' => 'minhyuk.kim@sendbird.com',
'Sendbird' => 'sha.sdk_deployment@sendbird.com',
'Jed Gyeong' => 'jed.gyeong@sendbird.com',
'Celine Moon' => 'celine.moon@sendbird.com',
'Tez Park' => 'tez.park@sendbird.com',
'Damon Park' => 'damon.park@sendbird.com',
'Young Hwang' => 'young.hwang@sendbird.com',
'Kai Lee' => 'kai.lee@sendbird.com'
}
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.24.0/SendbirdChatSDK.zip", :sha1 => "b4f0db72083bd2ee41092fc72d91475ae59cb2fc" }
s.requires_arc = true
s.platform = :ios, '12.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
s.ios.vendored_frameworks = 'SendbirdChatSDK/SendbirdChatSDK.xcframework'
s.ios.frameworks = ['UIKit', 'CFNetwork', 'Security', 'Foundation', 'MobileCoreServices', 'SystemConfiguration', 'CoreFoundation']
s.ios.library = 'icucore'
end