-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathSendBirdCalls.podspec
17 lines (17 loc) · 1.13 KB
/
SendBirdCalls.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "SendBirdCalls"
s.version = "1.10.21"
s.summary = "real-time calls based on Sendbird Calls SDK"
s.description = "Sendbird Calls enables real-time calls between users registered within a Sendbird application"
s.homepage = "https://sendbird.com"
s.documentation_url = 'https://sendbird.com/docs/calls'
s.license = "Commercial"
s.authors = { "Young Hwang" => "[email protected]", "Minhyuk Kim" => "[email protected]", "Damon Park" => "[email protected]", "Celine Moon" => "[email protected]", "Jed Gyeong" => "[email protected]", "Tez Park" => "[email protected]" }
s.platform = :ios, "12.0"
s.source = { :git => "https://github.com/sendbird/sendbird-calls-ios.git", :tag => "#{s.version}" }
s.ios.vendored_frameworks = "SendBirdCalls.xcframework"
s.ios.frameworks = ["UIKit", "Foundation", "PushKit", "WebRTC", "AVKit", "MediaPlayer", "Network", "CoreTelephony", "VideoToolbox"]
s.requires_arc = true
s.dependency "SendBirdWebRTC", "~> 1.8.1"
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
end