diff --git a/versioned_docs/version-3.0/sdk-installation-ios.md b/versioned_docs/version-3.0/sdk-installation-ios.md index d51f919..d8789c5 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"