Skip to content

Commit

Permalink
Merge pull request #221 from FloresRobles/minimum-os-versions
Browse files Browse the repository at this point in the history
Add explicit minimum OS versions
  • Loading branch information
TheM4hd1 authored Dec 14, 2020
2 parents 0349a98 + 868cd0c commit 75be4d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import PackageDescription

let package = Package(
name: "SwiftyInsta",
platforms: [
.macOS(.v10_12), .iOS(.v9), .tvOS(.v9)
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
Expand Down

0 comments on commit 75be4d7

Please sign in to comment.