-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,27 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'SendbirdLiveSDK' | ||
s.version = "1.0.0-beta.13" | ||
s.version = "1.0.0-beta.14" | ||
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]', | ||
'Ernest Hong' => '[email protected]' | ||
'Damon Park' => '[email protected]', | ||
'Jed Gyeong' => '[email protected]', | ||
'Jaesung Lee' => '[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.0.0-beta.13/SendbirdLiveSDK.zip", :sha1 => "29d0a797c93ec7b213efb1749f8c8cda555889d2" } | ||
s.source = { :http => "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.0.0-beta.14/SendbirdLiveSDK.zip", :sha1 => "e6901a9ee9cb8b511023417735550dc23858cc98" } | ||
s.requires_arc = true | ||
s.platform = :ios, '11.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.7.0" | ||
s.dependency "SendbirdChatSDK", "~> 4.8.0" | ||
s.dependency "SendbirdChatSDK", "~> 4.9.5" | ||
s.ios.frameworks = ["UIKit", "Foundation", "WebRTC", "AVKit", "MediaPlayer", "Network", "CoreTelephony", "VideoToolbox"] | ||
s.ios.library = 'icucore' | ||
end |