Skip to content

Commit 207b2b6

Browse files
authored
Merge pull request #3 from sendbird/release/1.8.0
Release 1.8.0
2 parents eb9318e + 0c41f94 commit 207b2b6

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
### 1.8.0 (Feb 19, 2024)
4+
* Updated WebRTC version to M118.
5+
36
### 1.7.0 (May 9, 2023)
47
* Updated WebRTC version to M112.
58
* Updated minimum iOS version to iOS 11.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ let package = Package(
1414
targets: [
1515
.binaryTarget(
1616
name: "WebRTC",
17-
url: "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.7.0/WebRTC.xcframework.zip",
18-
checksum: "f35fb0120c70f15206099ca7e54ba0e9f8ada94655928dea333d207c7152ea4d"
17+
url: "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.8.0/WebRTC.xcframework.zip",
18+
checksum: "c794c6cb2ed6b45f8fa92da1adb1f34609775fe9aaaf3c00b2dcc0c474d01d00"
1919
)
2020
]
2121
)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This is WebRTC framework for iOS that [SendBird](https://sendbird.com/) builds o
1212

1313
## Prerequisite
1414

15-
iOS 9.0 or higher
15+
iOS 11.0 or higher
1616

1717
## Installation
1818

SendBirdWebRTC.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
"1.6.0": "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.6.0/WebRTC.xcframework.zip",
1010
"1.6.1": "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.6.1/WebRTC.xcframework.zip",
1111
"1.7.0": "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.7.0/WebRTC.xcframework.zip"
12+
"1.8.0": "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.8.0/WebRTC.xcframework.zip"
1213
}

SendBirdWebRTC.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Pod::Spec.new do |s|
22
s.name = "SendBirdWebRTC"
3-
s.version = "1.7.0"
3+
s.version = "1.8.0"
44
s.summary = "WebRTC Framework"
55
s.description = "WebRTC Framework for SendBird Video Chat"
66
s.homepage = "https://sendbird.com"
77
s.license = { :type => 'BSD', :file => 'LICENSE.md' }
8-
s.authors = { "Jed Gyeong" => "jed.gyeong@sendbird.com", "Young Hwang" => "young.hwang@sendbird.com", "Minhyuk Kim" => "minhyuk.kim@sendbird.com", "Jaesung Lee" => "jaesung.lee@sendbird.com" }
8+
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" }
99
s.requires_arc = true
1010
s.platform = :ios, "11.0"
1111
s.documentation_url = 'https://docs.sendbird.com/'
12-
s.source = { :http => "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.7.0/WebRTC.zip" }
12+
s.source = { :http => "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.8.0/WebRTC.zip" }
1313
s.ios.vendored_frameworks = 'WebRTC.xcframework'
1414
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
1515
end

0 commit comments

Comments
 (0)