Skip to content

Commit

Permalink
downgrads iOS to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
pbodsk committed Oct 14, 2020
1 parent 8e5c73f commit 104cb27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import PackageDescription
let package = Package(
name: "NStackSDK",
platforms: [
.iOS(.v13),
.iOS(.v12),
.macOS(.v10_15),
.tvOS(.v13),
.tvOS(.v12),
.watchOS(.v6),
],
products: [
Expand Down

0 comments on commit 104cb27

Please sign in to comment.