Skip to content

Commit

Permalink
Merge branch 'ADP-1491-CocoaPods-stopped-developing'
Browse files Browse the repository at this point in the history
* ADP-1491-CocoaPods-stopped-developing:
  Added a note that CocoaPods is now in maintenance mode
  • Loading branch information
Lutik-sun committed Nov 26, 2024
2 parents 6afd6eb + 2d6f5c7 commit d451463
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 d451463

Please sign in to comment.