From 2d6f5c734b4c4e15d52422370d590bda9c95848b Mon Sep 17 00:00:00 2001 From: Liudmila Nemkova Date: Tue, 26 Nov 2024 13:57:03 +0100 Subject: [PATCH] Added a note that CocoaPods is now in maintenance mode --- versioned_docs/version-3.0/sdk-installation-ios.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/versioned_docs/version-3.0/sdk-installation-ios.md b/versioned_docs/version-3.0/sdk-installation-ios.md index d51f9196..d8789c53 100644 --- a/versioned_docs/version-3.0/sdk-installation-ios.md +++ b/versioned_docs/version-3.0/sdk-installation-ios.md @@ -42,6 +42,12 @@ In Xcode, go to **File** -> **Add Package Dependency...**. Note that the steps t ## Install SDKs via CocoaPods +:::info + +CocoaPods is now in maintenance mode, with development officially stopped. We recommend switching to [Swift Package Manager](sdk-installation-ios#install-adapty-sdk-via-swift-package-manager). + +::: + 1. Add Adapty to your `Podfile`. Choose the modules you need: 1. **Adapty** is the mandatory module. @@ -195,6 +201,12 @@ Before releasing your application, make sure to carefully review the [Release Ch ## Install SDKs via CocoaPods +:::info + +CocoaPods is now in maintenance mode, with development officially stopped. We recommend switching to [Swift Package Manager](sdk-installation-ios#install-adapty-sdk-via-swift-package-manager). + +::: + 1. Add Adapty to your `Podfile`: ```shell title="Podfile"