Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
Require iOS 9 at minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut authored Feb 1, 2021
1 parent b66d6a8 commit 9b3c4a7
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 @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "DZNEmptyDataSet",
platforms: [
.iOS(.v8),
.iOS(.v9),
.tvOS(.v9)
],
products: [
Expand Down

0 comments on commit 9b3c4a7

Please sign in to comment.