Skip to content

Commit

Permalink
SwiftUIColorNames should work with iOS13
Browse files Browse the repository at this point in the history
  • Loading branch information
tyagishi committed Jan 15, 2021
1 parent e76bbcc commit 34f1169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "SwiftUIColorNames",
platforms: [
.iOS(.v14)
.iOS(.v13)
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
Expand Down

0 comments on commit 34f1169

Please sign in to comment.