Skip to content

Commit

Permalink
Updated package.swift to target iOS 11
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsousa committed Jan 11, 2024
1 parent e65f08a commit 149905d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "OHHTTPStubs",
platforms: [
.macOS(.v10_10), .iOS(.v9), .watchOS(.v2), .tvOS(.v9)
.macOS(.v10_10), .iOS(.v11), .watchOS(.v2), .tvOS(.v9)
],
products: [
.library(
Expand Down

0 comments on commit 149905d

Please sign in to comment.