Skip to content

Commit

Permalink
Merge pull request #22 from Bouke/include-ios
Browse files Browse the repository at this point in the history
Add other platforms
  • Loading branch information
Bouke authored Jul 9, 2021
2 parents 2abae09 + 5c5b3aa commit c019344
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ let package = Package(
name: "SRP",
platforms: [
.macOS(.v10_15),
.iOS(.v13),
.watchOS(.v6),
.tvOS(.v13),
],
products: [
.library(name: "SRP", targets: ["SRP"]),
Expand Down

0 comments on commit c019344

Please sign in to comment.