-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSendBirdDesk.podspec
More file actions
24 lines (23 loc) · 970 Bytes
/
SendBirdDesk.podspec
File metadata and controls
24 lines (23 loc) · 970 Bytes
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 = "SendBirdDesk"
s.version = "1.2.1"
s.summary = "SendBird Desk iOS Framework"
s.homepage = "https://sendbird.com"
s.license = "Commercial"
s.author = {
"Jed Gyeong" => "jed.gyeong@sendbird.com",
"Tez Park" => "tez.park@sendbird.com",
'Sendbird' => 'sha.sdk_deployment@sendbird.com',
'Celine Moon' => 'celine.moon@sendbird.com',
"Damon Park" => "damon.park@sendbird.com",
"Young Hwang" => "young.hwang@sendbird.com",
"Kai Lee" => "kai.lee@sendbird.com"
}
s.source = { :git => "https://github.com/sendbird/SendBird-Desk-iOS-Framework.git", :tag => "v#{s.version}" }
s.requires_arc = true
s.platform = :ios, "13.0"
s.documentation_url = 'https://docs.sendbird.com/'
s.ios.vendored_frameworks = 'SendBirdDesk.xcframework'
s.ios.frameworks = ["UIKit", "AVFoundation", "AVKit", "UserNotifications"]
s.dependency 'SendbirdChatSDK', ">= 4.39.4"
end