Skip to content

Commit

Permalink
Added a note that CocoaPods is now in maintenance mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutik-sun committed Nov 26, 2024
1 parent 6afd6eb commit 2d6f5c7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions versioned_docs/version-3.0/sdk-installation-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 2d6f5c7

Please sign in to comment.