Skip to content

Commit e6f3cf4

Browse files
authored
Update README.md
1 parent 0144d3f commit e6f3cf4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The minimum requirements for UIKit for iOS are:
3636

3737
* `iOS 10.3+`
3838
* `Swift 4.2+` / `Objective-C`
39-
* `Sendbird Chat SDK for iOS 3.0.175+`
39+
* `Sendbird Chat SDK for iOS 3.0.179+`
4040

4141
---
4242

@@ -84,16 +84,16 @@ $ pod install
8484
$ pod update
8585
```
8686

87-
> __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.175 or higher.
87+
> __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.
8888
8989
#### Carthage
9090

9191
1. Add `SendBirdUIKit` and `SendBirdSDK` into your `Cartfile` as below:
92-
> __Note__: Sendbird UIKit for iOS is Sendbird Chat SDK-dependent. The minimum requirement of the Chat SDK for iOS is 3.0.175 or higher.
92+
> __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.
9393
9494
```bash
9595
github "sendbird/sendbird-uikit-ios"
96-
github "sendbird/sendbird-ios-framework" == 3.0.175
96+
github "sendbird/sendbird-ios-framework" == 3.0.179
9797
```
9898

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

0 commit comments

Comments
 (0)