Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ui-kit/ios/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ use_frameworks!

target 'YourApp' do
# CometChat UI Kit for Swift
pod 'CometChatUIKitSwift', '5.0.6'
pod 'CometChatUIKitSwift', '5.0.9'

# Optional: Include if you're using Audio/Video Calling
pod 'CometChatCallsSDK', '4.1.2'
Expand Down Expand Up @@ -163,7 +163,7 @@ https://github.com/cometchat/cometchat-uikit-ios
Exact Version:

```
5.0.6
5.0.9
```

4. Add `CometChatSDK` repeating the above steps for following link and exact version:
Expand Down