-
Notifications
You must be signed in to change notification settings - Fork 0
/
SendbirdLiveSDK.podspec
26 lines (26 loc) · 1.37 KB
/
SendbirdLiveSDK.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 = 'SendbirdLiveSDK'
s.version = "1.2.8"
s.summary = 'Sendbird Live iOS Framework'
s.description = 'Sendbird Live API turns a client app into a live streaming platform where users can broadcast themselves in real-time to their followers.'
s.homepage = 'https://sendbird.com'
s.license = { :type => 'Commercial', :file => 'SendbirdLiveSDK/LICENSE' }
s.authors = {
'Minhyuk Kim' => '[email protected]',
'Sendbird' => '[email protected]',
'Damon Park' => '[email protected]',
'Jed Gyeong' => '[email protected]',
'Tez Park' => '[email protected]',
'Celine Moon' => '[email protected]',
'Young Hwang' => '[email protected]'
}
s.source = { :http => "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.8/SendbirdLiveSDK.zip", :sha1 => "709b02a9815590843f853f966fa1b2f708b36908" }
s.requires_arc = true
s.platform = :ios, '12.0'
s.documentation_url = 'https://sendbird.com/docs/live/v1/ios/ref/index.html'
s.ios.vendored_frameworks = 'SendbirdLiveSDK/SendbirdLiveSDK.xcframework'
s.dependency "SendBirdWebRTC", "~> 1.8.1"
s.dependency "SendbirdChatSDK", "> 4.21.3"
s.ios.frameworks = ["UIKit", "Foundation", "WebRTC", "AVKit", "MediaPlayer", "Network", "CoreTelephony", "VideoToolbox"]
s.ios.library = 'icucore'
end