Update Package.swift

This commit is contained in:
Ketan S 2026-04-17 22:26:58 +05:30
parent 5aa52257c1
commit c2b083b2cc

View file

@ -15,12 +15,10 @@ let package = Package(
],
dependencies: [
.package(
name: "jsonlogic",
url: "https://github.com/advantagefse/json-logic-swift",
from: "1.2.0"
),
.package(
name: "MixpanelSwiftCommon",
url: "https://github.com/mixpanel/mixpanel-swift-common.git",
from: "1.0.0"
)
@ -29,8 +27,8 @@ let package = Package(
.target(
name: "Mixpanel",
dependencies: [
"MixpanelSwiftCommon",
"jsonlogic",
.product(name: "MixpanelSwiftCommon", package: "mixpanel-swift-common"),
.product(name: "jsonlogic", package: "json-logic-swift"),
],
path: "Sources",
resources: [