Relax minimum platforms

to macOS 10.15, iOS 13, tvOS 13, and watchOS 6
This commit is contained in:
Adam Fowler 2023-06-14 09:02:43 +01:00
parent 39d8dd87d1
commit e621e157e0
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@ import PackageDescription
let package = Package(
name: "swift-openapi-hummingbird",
platforms: [
.macOS(.v13), .iOS(.v16), .tvOS(.v16), .watchOS(.v9),
.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6),
],
products: [
.library(name: "OpenAPIHummingbird", targets: ["OpenAPIHummingbird"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-openapi-runtime", .upToNextMinor(from: "0.1.0")),
.package(url: "https://github.com/apple/swift-openapi-runtime", .upToNextMinor(from: "0.1.3")),
.package(url: "https://github.com/hummingbird-project/hummingbird", from: "1.0.0"),
],
targets: [