Skip to content

Commit

Permalink
Add minimum platform requirements (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis authored Jun 28, 2022
1 parent fd43799 commit bc92e84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ import PackageDescription

let package = Package(
name: "swift-parsing",
platforms: [
.iOS(.v13),
.macOS(.v10_15),
.tvOS(.v13),
.watchOS(.v6),
],
products: [
.library(
name: "Parsing",
Expand Down

0 comments on commit bc92e84

Please sign in to comment.