Skip to content

Commit 68e723a

Browse files
committed
fix platforms in Package.swift
1 parent d74970b commit 68e723a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ import PackageDescription
44

55
let package = Package(
66
name: "Nantes",
7+
platforms: [.iOS(.v8)],
78
products: [
89
.library(name: "Nantes", targets: ["Nantes"])
910
],
1011
dependencies: [],
1112
targets: [
1213
.target(
1314
name: "Nantes",
14-
platforms: [.iOS(.v8)],
1515
path: "Source/Classes",
1616
exclude: ["Nantes.h"]
1717
)

0 commit comments

Comments
 (0)