Skip to content

Commit 3290f53

Browse files
committed
update spm
1 parent ecc149e commit 3290f53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ let package = Package(
1111
.library(name: "LeanplumLocation", targets: ["LeanplumLocation"])
1212
],
1313
dependencies: [
14-
.package(url: "https://github.com/CleverTap/clevertap-ios-sdk", from: "4.1.1")
14+
.package(url: "https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/6.0.0-beta2/Leanplum.xcframework.zip",
1515
],
1616
targets: [
1717
.binaryTarget(
1818
name: "Leanplum",
1919
url: "https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/5.0.0/Leanplum.xcframework.zip",
20-
checksum: "b49fd986f4e2394a0f46d455705085c3c39acb122d58f7098a230452a2e1b17d"
20+
checksum: "182f56b63397c7a404d92340304ef5ebe40faff7a6493468402c59b9876c115e"
2121
),
2222
.target(
2323
name: "LeanplumLocation",

0 commit comments

Comments
 (0)