Skip to content

Commit

Permalink
Fix package platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
srdanrasic committed Jun 6, 2019
1 parent 55258c6 commit b66277f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "Layoutless",
platforms: [
.macOS(.v10_11), .iOS(.v8), .tvOS(.v9), .watchOS(.v2)
.iOS(.v9), .tvOS(.v9)
],
products: [
.library(name: "Layoutless", targets: ["Layoutless"])
Expand Down

0 comments on commit b66277f

Please sign in to comment.