This repository has been archived by the owner on Apr 15, 2024. It is now read-only.
-
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.
Release v1.0.0-beta.2 - Improved stability
- Loading branch information
Showing
4 changed files
with
17 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
# Change Log | ||
|
||
## v1.0.0-beta.2 (Nov 3, 2022) | ||
- Improved stability. | ||
|
||
## v1.0.0-beta (Oct 6, 2022) | ||
- Release Sendbird Live UIKit Open Beta. Sendbird Live UIKit for iOS allows you to create customizable views and execute essential live functions. |
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,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'SendbirdLiveUIKit' | ||
s.version = "1.0.0-beta" | ||
s.version = "1.0.0-beta.2" | ||
s.summary = 'Sendbird Live iOS UIKit Framework' | ||
s.description = 'Sendbird Live UIKit for iOS allows you to create customizable views and execute essential live functions' | ||
s.homepage = 'https://sendbird.com' | ||
|
@@ -9,13 +9,13 @@ Pod::Spec.new do |s| | |
'Minhyuk Kim' => '[email protected]', | ||
'Sendbird' => '[email protected]' | ||
} | ||
s.source = { :http => "https://github.com/sendbird/sendbird-live-uikit-ios/releases/download/v1.0.0-beta/SendbirdLiveUIKit.zip", :sha1 => "d3ca45427dd94205250713aef7a0258dee470a08" } | ||
s.source = { :http => "https://github.com/sendbird/sendbird-live-uikit-ios/releases/download/v1.0.0-beta.2/SendbirdLiveUIKit.zip", :sha1 => "83e3fac7a81ef7a0d5aa780b155d88ed57b43bde" } | ||
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 = 'SendbirdLiveUIKit/SendbirdLiveUIKit.xcframework' | ||
s.dependency "SendbirdLiveSDK", "~> 1.0.0-beta.3" | ||
s.dependency "SendBirdUIKit", "~> 3.2.0" | ||
s.dependency "SendbirdLiveSDK", "1.0.0-beta.4" | ||
s.dependency "SendBirdUIKit", "3.2.2" | ||
s.ios.frameworks = ["UIKit", "Foundation", "WebRTC", "AVKit", "MediaPlayer", "Network", "CoreTelephony", "VideoToolbox"] | ||
s.ios.library = 'icucore' | ||
end |