Skip to content

Commit

Permalink
Matching minimum versions of PublicSuffixList
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Poirier committed May 13, 2022
1 parent ff31769 commit 8db8755
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ import PackageDescription

let package = Package(
name: "SwiftEmailValidator",
platforms: [
.macOS(.v10_12),
.iOS(.v11),
.tvOS(.v11)
],
products: [
.library(
name: "SwiftEmailValidator",
Expand Down

0 comments on commit 8db8755

Please sign in to comment.