Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kickbell authored Aug 2, 2022
1 parent 42b4da6 commit 6888708
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,15 @@ This project is actively under development, and is being used in [Artsy's auctio
Below is a table that shows which version of Moya you should use for
your Swift version.

| Swift | Moya | RxMoya | ReactiveMoya |
| ----- | -------------- |---------------- |--------------- |
| 5.X | >= 13.0.0 | >= 13.0.0 | >= 13.0.0 |
| 4.X | 9.0.0 - 12.0.1 | 10.0.0 - 12.0.1 | 9.0.0 - 12.0.1 |
| 3.X | 8.0.0 - 8.0.5 | 8.0.0 - 8.0.5 | 8.0.0 - 8.0.5 |
| 2.3 | 7.0.2 - 7.0.4 | 7.0.2 - 7.0.4 | 7.0.2 - 7.0.4 |
| 2.2 | <= 7.0.1 | <= 7.0.1 | <= 7.0.1 |
| Swift | Moya | RxMoya | ReactiveMoya | RxSwift | ReactiveSwift | Alamofire |
| ----- | -------------- |---------------- |--------------- |--------------- |--------------- |--------------- |
| | >= 15.0.0 | | | 6.X | | |
| | >= 14.0.0 | | | 5.X | 6.X | 5.X |
| 5.X | >= 13.0.0 | >= 13.0.0 | >= 13.0.0 | | | |
| 4.X | 9.0.0 - 12.0.1 | 10.0.0 - 12.0.1 | 9.0.0 - 12.0.1 | 4.X(>= 10.0.0) | 3.X(>= 11.0.0) | |
| 3.X | 8.0.0 - 8.0.5 | 8.0.0 - 8.0.5 | 8.0.0 - 8.0.5 | | | |
| 2.3 | 7.0.2 - 7.0.4 | 7.0.2 - 7.0.4 | 7.0.2 - 7.0.4 | | | |
| 2.2 | <= 7.0.1 | <= 7.0.1 | <= 7.0.1 | | | |

_Note: If you are using Swift 4.2 in your project, but you are using Xcode 10.2, Moya 13 should work correctly even though we use Swift 5.0._

Expand Down

0 comments on commit 6888708

Please sign in to comment.