Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
s4cha committed Sep 23, 2020
1 parent 27a49cd commit f37e76a
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 @@ -5,7 +5,7 @@ import PackageDescription

let package = Package(
name: "Networking",
platforms: [.iOS(.v13), .macOS(SupportedPlatform.MacOSVersion.v10_15)],
platforms: [.iOS(.v13), .macOS(.v10_15)],
products: [.library(name: "Networking", targets: ["Networking"])],
targets: [
.target(name: "Networking"),
Expand Down

0 comments on commit f37e76a

Please sign in to comment.