Skip to content

Commit 671b0d3

Browse files
authored
Update README.md
1 parent 6f91791 commit 671b0d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,16 @@ $ pod install
8787
$ pod update
8888
```
8989

90-
> __Note__: Sendbird UIKit for iOS is Sendbird Chat SDK-dependent. If you install the UIKit, `CocoaPods` will automatically install the Chat SDK for iOS as well. The minimum requirement of the Chat SDK for iOS is 3.0.179 or higher.
90+
> __Note__: Sendbird UIKit for iOS is Sendbird Chat SDK-dependent. If you install the UIKit, `CocoaPods` will automatically install the Chat SDK for iOS as well. The minimum requirement of the Chat SDK for iOS is 3.0.182 or higher.
9191
9292
#### Carthage
9393

9494
1. Add `SendBirdUIKit` and `SendBirdSDK` into your `Cartfile` as below:
95-
> __Note__: Sendbird UIKit for iOS is Sendbird Chat SDK-dependent. The minimum requirement of the Chat SDK for iOS is 3.0.179 or higher.
95+
> __Note__: Sendbird UIKit for iOS is Sendbird Chat SDK-dependent. The minimum requirement of the Chat SDK for iOS is 3.0.182 or higher.
9696
9797
```bash
9898
github "sendbird/sendbird-uikit-ios"
99-
github "sendbird/sendbird-ios-framework" == 3.0.179
99+
github "sendbird/sendbird-ios-framework" == 3.0.182
100100
```
101101

102102
2. Install the `SendBirdUIKit` framework through `Carthage`.

0 commit comments

Comments
 (0)