Skip to content

Commit

Permalink
Forgot to update swiftpm (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
daytime-em authored Nov 7, 2022
1 parent 0a13634 commit 8c1d79a
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 @@ -5,8 +5,8 @@ import PackageDescription
let package = Package(
name: "MUXSDKStats",
platforms: [
.iOS(.v9),
.tvOS(.v9)
.iOS(.v11),
.tvOS(.v11)
],
products: [
.library(name: "MUXSDKStats", targets: ["MUXSDKStatsTargets"])
Expand All @@ -15,7 +15,7 @@ let package = Package(
.package(
name: "MuxCore",
url: "https://github.com/muxinc/stats-sdk-objc.git",
from: "3.12.0"
from: "4.0.0"
)
],
targets: [
Expand Down

0 comments on commit 8c1d79a

Please sign in to comment.