-
Notifications
You must be signed in to change notification settings - Fork 16
/
SendBirdSDK.podspec
25 lines (23 loc) · 1.01 KB
/
SendBirdSDK.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 = 'SendBirdSDK'
s.version = "3.1.56"
s.summary = 'Sendbird Chat iOS Framework'
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
s.homepage = 'https://sendbird.com'
s.license = 'Commercial'
s.authors = {
'Jed Gyeong' => '[email protected]',
'Celine Moon' => '[email protected]',
'Damon Park' => '[email protected]',
'Tez Park' => '[email protected]',
'Young Hwang' => '[email protected]',
'Minhyuk Kim' => '[email protected]'
}
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.55" }
s.requires_arc = true
s.platform = :ios, '12.0'
s.documentation_url = 'https://docs.sendbird.com/'
s.ios.vendored_frameworks = 'Sources/SendBirdSDK.xcframework'
s.ios.frameworks = ['UIKit', 'CFNetwork', 'Security', 'Foundation', 'MobileCoreServices', 'SystemConfiguration', 'CoreFoundation']
s.ios.library = 'icucore'
end