Skip to content

Commit

Permalink
Merge pull request #51 from JosephDuffy/update-swift-tools-version
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephDuffy authored Dec 8, 2021
2 parents 4245593 + 30abf46 commit cef0fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions [email protected]
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// swift-tools-version:5.3
// swift-tools-version:5.5
import PackageDescription

let package = Package(
name: "Persist",
platforms: [
.iOS(.v13), .macOS(.v10_10), .tvOS(.v9), .watchOS(.v2),
.iOS(.v9), .macOS(.v10_10), .tvOS(.v9), .watchOS(.v2),
],
products: [
.library(name: "Persist", targets: ["Persist"]),
Expand Down

0 comments on commit cef0fd1

Please sign in to comment.