File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Sources/OpenAPIAsyncHTTPClient/Documentation.docc Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import PackageDescription
18
18
let package = Package (
19
19
name: " swift-openapi-async-http-client " ,
20
20
platforms: [
21
- . macOS( . v13 ) ,
21
+ . macOS( . v10_15 ) ,
22
22
] ,
23
23
products: [
24
24
. library(
@@ -29,7 +29,7 @@ let package = Package(
29
29
dependencies: [
30
30
. package ( url: " https://github.com/apple/swift-nio " , from: " 2.51.0 " ) ,
31
31
. package ( url: " https://github.com/swift-server/async-http-client.git " , from: " 1.17.0 " ) ,
32
- . package ( url: " https://github.com/apple/swift-openapi-runtime " , . upToNextMinor( from: " 0.1.0 " ) ) ,
32
+ . package ( url: " https://github.com/apple/swift-openapi-runtime " , . upToNextMinor( from: " 0.1.3 " ) ) ,
33
33
. package ( url: " https://github.com/apple/swift-docc-plugin " , from: " 1.0.0 " ) ,
34
34
] ,
35
35
targets: [
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ A client transport that uses the [HTTPClient](https://swift-server.github.io/asy
4
4
5
5
Use the transport with client code generated by [ Swift OpenAPI Generator] ( https://github.com/apple/swift-openapi-generator ) .
6
6
7
+ ## Supported platforms and minimum versions
8
+ | macOS | Linux |
9
+ | :-: | :-: |
10
+ | ✅ 10.15+ | ✅ |
11
+
7
12
## Usage
8
13
9
14
Add the package dependency in your ` Package.swift ` :
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ A client transport that uses the [HTTPClient](https://swift-server.github.io/asy
8
8
9
9
Use the transport with client code generated by [ Swift OpenAPI Generator] ( https://github.com/apple/swift-openapi-generator ) .
10
10
11
+ ### Supported platforms and minimum versions
12
+ | macOS | Linux |
13
+ | :-: | :-: |
14
+ | ✅ 10.15+ | ✅ |
15
+
11
16
### Usage
12
17
13
18
Add the package dependency in your ` Package.swift ` :
You can’t perform that action at this time.
0 commit comments