Skip to content

Commit 3b42dd7

Browse files
committed
Update README.md
1 parent b0af084 commit 3b42dd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ Now you can see installed WebRTC framework by inspecting `YOUR_PROJECT.xcworkspa
4949

5050
> Requires Carthage version 0.38 or higher
5151
52-
1. Add `binary "https://raw.githubusercontent.com/sendbird/sendbird-webrtc-ios/latest/SendBirdWebRTC.json"` to your Cartfile.
52+
1. Add `binary "https://raw.githubusercontent.com/sendbird/sendbird-webrtc-ios/master/SendBirdWebRTC.json"` to your Cartfile.
5353
2. Run `carthage update --use-xcframeworks`.
5454
3. Go to your Xcode project's `"General"` settings. Open `<YOUR_XCODE_PROJECT_DIRECTORY>/Carthage/Build/iOS` in Finder and drag `WebRTC.framework` to the `"Embedded Binaries"` section in Xcode. Make sure `Copy items if needed` is selected and click `Finish`.

SendBirdWebRTC.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Pod::Spec.new do |s|
44
s.summary = "WebRTC Framework"
55
s.description = "WebRTC Framework for SendBird Video Chat"
66
s.homepage = "https://sendbird.com"
7-
s.license = { :type => 'BSD', :file => 'LICENSE' }
7+
s.license = { :type => 'BSD', :file => 'WebRTC.xcframework/LICENSE.md' }
88
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" }
99
s.requires_arc = true
1010
s.platform = :ios, "9.0"

0 commit comments

Comments
 (0)