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
@@ -39,7 +39,7 @@ The minimum requirements for UIKit for iOS are:
39
39
40
40
*`iOS 10.3+`
41
41
*`Swift 4.2+` / `Objective-C`
42
-
*`Sendbird Chat SDK for iOS 3.0.182+`
42
+
*`Sendbird Chat SDK for iOS 3.0.186+`
43
43
44
44
---
45
45
@@ -87,16 +87,16 @@ $ pod install
87
87
$ pod update
88
88
```
89
89
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.
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.186 or higher.
91
91
92
92
#### Carthage
93
93
94
94
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.182 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.186 or higher.
0 commit comments