Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
JOyo246 committed Dec 26, 2020
1 parent 85bf7ab commit 41d994a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -5,7 +5,7 @@ import PackageDescription

let package = Package(
name: "SwiftSpinner",
platforms: [.iOS(.v8), .tvOS(.v9)],
platforms: [.iOS(.v9), .tvOS(.v9)],
products: [
.library(name: "SwiftSpinner", targets: ["SwiftSpinner"])
],
Expand Down

0 comments on commit 41d994a

Please sign in to comment.