|
1 | 1 |  |
2 | | - |
3 | | - |
4 | | - |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
9 | 9 | [](https://opensource.org/licenses/MIT) |
10 | 10 |  |
11 | 11 |
|
@@ -36,11 +36,11 @@ Key features include: |
36 | 36 |
|
37 | 37 | ## OAuthKit Installation |
38 | 38 |
|
39 | | -OAuthKit can be installed using [Swift Package Manager](https://www.swift.org/documentation/package-manager/): |
| 39 | +OAuthKit can be installed using [Swift Package Manager](https://www.swift.org/documentation/package-manager/). If you need to build with Swift Tools `6.1` and Apple APIs > `26.0` use version [1.5.1](https://github.com/codefiesta/OAuthKit/releases/tag/1.5.1). |
40 | 40 |
|
41 | 41 | ```swift |
42 | 42 | dependencies: [ |
43 | | - .package(url: "https://github.com/codefiesta/OAuthKit", from: "1.5.0") |
| 43 | + .package(url: "https://github.com/codefiesta/OAuthKit", from: "2.0.0") |
44 | 44 | ] |
45 | 45 | ``` |
46 | 46 |
|
|
0 commit comments