Skip to content

Commit

Permalink
Introduce SDK lifecycle strategy (#1881)
Browse files Browse the repository at this point in the history
v3 deprecation date is based on [the last
commit](4b9312f)
to v3 branch.

# Ticket
<ticket>
COIOS-813
</ticket>
  • Loading branch information
atmamont authored Oct 29, 2024
1 parent 8e655b6 commit dd33c89
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,23 @@ You can integrate with Adyen iOS in two ways:
* [iOS Components](https://docs.adyen.com/online-payments/build-your-integration/?platform=iOS&integration=Components): one Component per payment method and combine with your own payments flow.


## SDK lifecycle

| Major version | State | Deprecated | End-of-life |
|---------------|------------|---------------|---------------|
| 5.x.x | Active | --- | --- |
| 4.x.x | Inactive | TBA | TBA |
| 3.x.x | Deprecated | November 2021 | November 2022 |


## Installation

Adyen iOS are available through either [CocoaPods](http://cocoapods.org), [Carthage](https://github.com/Carthage/Carthage) or [Swift Package Manager](https://swift.org/package-manager/).

### Minimum Requirements

- iOS 12.0
- Xcode 14.0
- Xcode 15.0
- Swift 5.7

### CocoaPods
Expand Down

0 comments on commit dd33c89

Please sign in to comment.