Skip to content

Commit

Permalink
Bump to iOS 9 and specify Swift language versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderedge authored Apr 8, 2020
1 parent 27fc3a3 commit 29ed966
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "MonthYearPicker",
platforms: [
.iOS(.v8),
.iOS(.v9),
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
Expand All @@ -18,5 +18,6 @@ let package = Package(
.target(
name: "MonthYearPicker",
dependencies: [])
]
],
swiftLanguageVersions: [.v5]
)

0 comments on commit 29ed966

Please sign in to comment.