Skip to content

Commit

Permalink
Updated min supported version to iOS 8 at Package.swift.
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr.orlov committed Sep 7, 2020
1 parent 429cf60 commit 25bb863
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 @@ -4,7 +4,7 @@ import PackageDescription

let package = Package(
name: "AnyFormatKit",
platforms: [.iOS(.v10)],
platforms: [.iOS(.v8)],
products: [
.library(
name: "AnyFormatKit",
Expand Down

0 comments on commit 25bb863

Please sign in to comment.