Skip to content

Commit dc62752

Browse files
authored
Change minimum iOS and macOS deployment targets
Updated platform versions for iOS and macOS.
1 parent 4aa42e4 commit dc62752

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Package.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ import PackageDescription
66
let package = Package(
77
name: "AlamofireObjectMapper",
88
platforms: [
9-
.iOS(.v11),
10-
.tvOS(.v11),
11-
.watchOS(.v5),
12-
.macOS(.v10_14),
9+
.macOS(.v12),
10+
.iOS(.v13),
1311
],
1412
products: [
1513
// Products define the executables and libraries a package produces, and make them visible to other packages.

0 commit comments

Comments
 (0)