Skip to content

Commit

Permalink
Update Package.swift (#111)
Browse files Browse the repository at this point in the history
Set minimum iOS version to v11 in Package file
  • Loading branch information
ferranabello authored Sep 18, 2019
1 parent 5e2c73b commit c2118a9
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 @@ -3,7 +3,7 @@ import PackageDescription

let package = Package(
name: "Viperit",
platforms: [.iOS("8.0")],
platforms: [.iOS("11.0")],
products: [
.library(name: "Viperit", targets: ["Viperit"])
],
Expand Down

0 comments on commit c2118a9

Please sign in to comment.