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 12, 2022
1 parent 6888708 commit 8bab6d9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +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 | 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 | | | |
| Swift | Moya | RxMoya | ReactiveMoya | RxSwift | ReactiveSwift | Alamofire |
| ----- | -------------- |---------------- |--------------- |--------------- |--------------- |--------------- |
| >= 5.2 | >= 15.0.0 | >= 15.0.0 | >= 15.0.0 | 6.X | 6.X | 5.X |
| 5.X | >= 14.0.0 | >= 14.0.0 | >= 14.0.0 | 5.X | 6.X | 5.X |
| 5.X | >= 13.0.0 | >= 13.0.0 | >= 13.0.0 | 4.X | 5.X | >= 4.1 |
| 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) | 4.X(>= 12.0.0) | 4.1(>= 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 8bab6d9

Please sign in to comment.