-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathSendBirdWebRTC.podspec
More file actions
15 lines (15 loc) · 925 Bytes
/
SendBirdWebRTC.podspec
File metadata and controls
15 lines (15 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |s|
s.name = "SendBirdWebRTC"
s.version = "1.8.1"
s.summary = "WebRTC Framework"
s.description = "WebRTC Framework for SendBird Video Chat"
s.homepage = "https://sendbird.com"
s.license = { :type => 'BSD', :file => 'LICENSE.md' }
s.authors = { "Jed Gyeong" => "jed.gyeong@sendbird.com", "Young Hwang" => "young.hwang@sendbird.com", "Minhyuk Kim" => "minhyuk.kim@sendbird.com", "Damon Park" => "damon.park@sendbird.com", "Tez Park" => "tez.park@sendbird.com", "Celine Moon" => "celine.moon@sendbird.com" }
s.requires_arc = true
s.platform = :ios, "11.0"
s.documentation_url = 'https://docs.sendbird.com/'
s.source = { :http => "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.8.1/WebRTC.zip" }
s.ios.vendored_frameworks = 'WebRTC.xcframework'
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
end