Skip to content

Commit

Permalink
Merge pull request #1 from yusuga/support_xcode12
Browse files Browse the repository at this point in the history
Support for SPM in Xcode 12
  • Loading branch information
devxoul authored Oct 11, 2020
2 parents eda6ba3 + 2624621 commit c55587a
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 @@ -4,6 +4,9 @@ import PackageDescription

let package = Package(
name: "WeakMapTable",
platforms: [
.macOS(.v10_11), .iOS(.v8), .tvOS(.v9), .watchOS(.v3)
],
products: [
.library(name: "WeakMapTable", targets: ["WeakMapTable"]),
],
Expand Down

0 comments on commit c55587a

Please sign in to comment.