Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import PackageDescription
1919

2020
let package = Package(
2121
name: "GoogleAdsOnDeviceConversion",
22-
platforms: [.iOS(.v10)],
22+
platforms: [.iOS(.v12), .macOS(.v10_15), .tvOS(.v13), .watchOS(.v7)],
2323
products: [
2424
.library(
2525
name: "GoogleAdsOnDeviceConversion",

0 commit comments

Comments
 (0)