Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-Kone authored Sep 12, 2021
1 parent f30f50a commit 50bf96f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ import PackageDescription

let package = Package(
name: "WalkMeSDK",
products: [.library(name: "WalkMeSDK",
targets: ["WalkMeSDK"])],
targets: [.binaryTarget(name: "WalkMeSDK",
url: "https://assets.abbi.io/release/sdk/2.10.3.xcframework.zip",
checksum: "96f8586c87c196063602605fe12772c9ae802b14bff9e925c7d6e17bbfe2fc8a")],
swiftLanguageVersions: [.v5]
products: [
.library(name: "WalkMeSDK", targets: ["WalkMeSDK"])
],
dependencies: [
],
targets: [
.binaryTarget(name: "WalkMeSDK", path: "WalkMeSDK.xcframework")
]
)

0 comments on commit 50bf96f

Please sign in to comment.