Skip to content

Commit

Permalink
Updated package platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbushnell committed Mar 9, 2023
1 parent 65d4d79 commit 5ca4c30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import PackageDescription
let package = Package(
name: "KochavaCore",
platforms: [
.iOS("10.3"),
.iOS("12.4"),
.macOS("10.14"),
.tvOS("10.2"),
.watchOS("3.2")
.tvOS("12.4"),
.watchOS("5.2")
],
products:
[
Expand Down

0 comments on commit 5ca4c30

Please sign in to comment.