Skip to content

Commit

Permalink
chore: Bumps darwin versions for URLSession.data
Browse files Browse the repository at this point in the history
  • Loading branch information
NeedleInAJayStack committed Dec 27, 2022
1 parent 557b23e commit 48693f0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import PackageDescription
let package = Package(
name: "Haystack",
platforms: [
.macOS(.v10_15),
.iOS(.v13),
.watchOS(.v6),
.tvOS(.v13),
.macOS(.v12),
.iOS(.v15),
.tvOS(.v15),
.watchOS(.v8)
],
products: [
.library(
Expand Down Expand Up @@ -61,6 +61,8 @@ let package = Package(
.product(name: "AsyncHTTPClient", package: "async-http-client"),
]
),

// Tests
.testTarget(
name: "HaystackTests",
dependencies: ["Haystack"]
Expand Down

0 comments on commit 48693f0

Please sign in to comment.