You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ The minimum requirements for UIKit for iOS are:
36
36
37
37
*`iOS 10.3+`
38
38
*`Swift 4.2+` / `Objective-C`
39
-
*`Sendbird Chat SDK for iOS 3.0.175+`
39
+
*`Sendbird Chat SDK for iOS 3.0.179+`
40
40
41
41
---
42
42
@@ -84,16 +84,16 @@ $ pod install
84
84
$ pod update
85
85
```
86
86
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.
88
88
89
89
#### Carthage
90
90
91
91
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.
0 commit comments