mirror of
https://github.com/mixpanel/mixpanel-swift
synced 2026-04-21 13:37:18 +00:00
Update Package.swift
This commit is contained in:
parent
5aa52257c1
commit
c2b083b2cc
1 changed files with 2 additions and 4 deletions
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue