forked from sendbird/sendbird-chat-sdk-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSendbirdChatSDK.podspec
24 lines (22 loc) · 1.11 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
Pod::Spec.new do |s|
s.name = 'SendbirdChatSDK'
s.version = "4.3.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',
'Ernest Hong' => 'ernest.hong@sendbird.com'
}
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.3.0/SendbirdChatSDK.zip", :sha1 => "05897ff7b0b091dcda7fbece651cb124f38204d5" }
s.requires_arc = true
s.platform = :ios, '9.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