Skip to content

Commit

Permalink
Fix spm package
Browse files Browse the repository at this point in the history
  • Loading branch information
nzagorchev committed Nov 2, 2022
1 parent f290782 commit 1226429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ let package = Package(
.library(name: "LeanplumLocation", targets: ["LeanplumLocation"])
],
dependencies: [
.package(url: "https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/6.0.1/Leanplum.xcframework.zip",
.package(url: "https://github.com/CleverTap/clevertap-ios-sdk", from: "4.1.4")
],
targets: [
.binaryTarget(
name: "Leanplum",
url: "https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/5.0.0/Leanplum.xcframework.zip",
url: "https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/6.0.1/Leanplum.xcframework.zip",
checksum: "8bd35c71da15bdb14facbcc3b09d7757695d0a9639336bf7b9097849c614d058"
),
.target(
Expand Down

0 comments on commit 1226429

Please sign in to comment.