Skip to content

Commit

Permalink
Update iOS version in Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanhimmelman committed May 18, 2020
1 parent fd3c89c commit 0b96a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -4,7 +4,7 @@ import PackageDescription

let package = Package(name: "ObjectMapper",
platforms: [.macOS(.v10_10),
.iOS(.v8),
.iOS(.v10),
.tvOS(.v9),
.watchOS(.v2)],
products: [.library(name: "ObjectMapper",
Expand Down

0 comments on commit 0b96a73

Please sign in to comment.