Set swift package platform versions

PiperOrigin-RevId: 489220091
This commit is contained in:
Nick Bourdakos
2022-11-17 08:41:14 -08:00
committed by Copybara-Service
parent 8e84347b99
commit 00fd273eff
+6
View File
@@ -4,6 +4,12 @@ import PackageDescription
let package = Package(
name: "NearbyConnections",
platforms: [
.iOS(.v11),
.macOS(.v10_13),
.tvOS(.v11),
.watchOS(.v4),
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(