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

Commit e7e271f

Browse files
authored
Merge pull request #15 from theoriginalbit/patch-1
Update Package.swift to specify platform targets in line with pod spec
2 parents 2a6b35d + 5b4cc34 commit e7e271f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Package.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
// swift-tools-version:4.2
1+
// swift-tools-version:5.0
22
import PackageDescription
33

44
let package = Package(
55
name: "Swime",
6+
platforms: [
7+
.iOS(.v9),
8+
.macOS(.v10_10)
9+
],
610
products: [
711
.library(name: "Swime", targets: ["Swime"])
812
],

0 commit comments

Comments
 (0)