Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Update Package.swift to specify platform targets in line with pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
theoriginalbit committed Jul 13, 2020
1 parent 2a6b35d commit 5b4cc34
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
// swift-tools-version:4.2
// swift-tools-version:5.0
import PackageDescription

let package = Package(
name: "Swime",
platforms: [
.iOS(.v9),
.macOS(.v10_10)
],
products: [
.library(name: "Swime", targets: ["Swime"])
],
Expand Down

0 comments on commit 5b4cc34

Please sign in to comment.