diff --git a/sdk/ios/calling-integration.mdx b/sdk/ios/calling-integration.mdx
index 9546338c..56a3e3a0 100644
--- a/sdk/ios/calling-integration.mdx
+++ b/sdk/ios/calling-integration.mdx
@@ -89,8 +89,8 @@ platform :ios, '11.0'
use_frameworks!
target 'YourApp' do
- pod 'CometChatSDK', '4.0.69'
- pod 'CometChatCallsSDK', '4.2.0'
+ pod 'CometChatSDK', '4.0.71'
+ pod 'CometChatCallsSDK', '4.2.1'
end
```
@@ -184,7 +184,7 @@ Pod installation
Your pod file will open in the text editor. Add your project dependency.
-3. pod 'CometChatCallsSDK', '4.2.0'
+3. pod 'CometChatCallsSDK', '4.2.1'
4. For M1 Mac - arch -x86\_64 pod install or For Intel Mac - pod install :::
diff --git a/sdk/ios/overview.mdx b/sdk/ios/overview.mdx
index 669da752..3976f93c 100644
--- a/sdk/ios/overview.mdx
+++ b/sdk/ios/overview.mdx
@@ -75,7 +75,7 @@ platform :ios, '12.0'
use_frameworks!
target 'YourApp' do
- pod 'CometChatSDK', '4.0.69'
+ pod 'CometChatSDK', '4.0.71'
end
```
diff --git a/sdk/ios/setup.mdx b/sdk/ios/setup.mdx
index 0f3b94ae..cb205968 100644
--- a/sdk/ios/setup.mdx
+++ b/sdk/ios/setup.mdx
@@ -53,7 +53,7 @@ platform :ios, '11.0'
use_frameworks!
target 'MyApp' do
- pod 'CometChatSDK', '4.0.69'
+ pod 'CometChatSDK', '4.0.71'
end
```
@@ -96,7 +96,7 @@ To install **Swift Packages** you can use Xcode package manager\*\*.\*\*
-3. Once the pop-up appears, enter the github repository address in the search bar [`https://github.com/cometchat/chat-sdk-ios.git`](https://github.com/cometchat/chat-sdk-ios.git) and set dependency rule to `Up to Next Major Version` and set version as `4.0.69` . Then click on the **Add Package** button.
+3. Once the pop-up appears, enter the github repository address in the search bar [`https://github.com/cometchat/chat-sdk-ios.git`](https://github.com/cometchat/chat-sdk-ios.git) and set dependency rule to `Up to Next Major Version` and set version as `4.0.71` . Then click on the **Add Package** button.
diff --git a/ui-kit/ios/getting-started.mdx b/ui-kit/ios/getting-started.mdx
index 4599c5ac..0d46a7c2 100644
--- a/ui-kit/ios/getting-started.mdx
+++ b/ui-kit/ios/getting-started.mdx
@@ -113,10 +113,10 @@ use_frameworks!
target 'YourApp' do
# CometChat UI Kit for Swift
- pod 'CometChatUIKitSwift', '5.0.10'
+ pod 'CometChatUIKitSwift', '5.1.2'
# Optional: Include if you're using Audio/Video Calling
- pod 'CometChatCallsSDK', '4.2.0'
+ pod 'CometChatCallsSDK', '4.2.1'
end
```
@@ -163,7 +163,7 @@ https://github.com/cometchat/cometchat-uikit-ios
Exact Version:
```
- 5.0.10
+ 5.1.2
```
4. Add `CometChatSDK` repeating the above steps for following link and exact version:
@@ -177,7 +177,7 @@ https://github.com/cometchat/cometchat-uikit-ios
Exact Version:
```
- 4.0.69
+ 4.0.71
```