Skip to content

Commit 3bc40d8

Browse files
committed
update spm
1 parent 1d1520f commit 3bc40d8

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/Leanplum/Leanplum-iOS-SDK/releases/download/6.0.0-beta6/Leanplum.xcframework.zip",
14+
.package(url: "https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/6.0.0-beta7/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: "d813b6669f0c30bd5661c5f3841517e887d138d5b3bf04e5760e6ba0bee93265"
20+
checksum: "d6a9f616125d1ced1e4ea9b1fb326eb292db329cb46fe84f54c8020ff92caf1b"
2121
),
2222
.target(
2323
name: "LeanplumLocation",

0 commit comments

Comments
 (0)