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 Jun 1, 2021
1 parent 8d0f6a2 commit cfbba4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import PackageDescription

let package = Package(
name: "WalkMeSDK",
products: [.library(name: "WalkMeSDK",
products: [.library(name: "WalkMeSDK",
targets: ["WalkMeSDK"])],
targets: [.binaryTarget(name: "WalkMeSDK",
url: "https://wmm-assets-prod.s3.amazonaws.com/release/sdk/2.9.12.xcframework.zip",
checksum: "1a49f99b0b65f6f109b106560f98b1f89614c33c9dd337b9821b621d943fc380")],
targets: [.binaryTarget(name: "WalkMeSDK",
url: "https://assets.abbi.io/release/sdk/2.10.3.xcframework.zip",
checksum: "96f8586c87c196063602605fe12772c9ae802b14bff9e925c7d6e17bbfe2fc8a")],
swiftLanguageVersions: [.v5]
)

0 comments on commit cfbba4f

Please sign in to comment.