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 Feb 23, 2021
1 parent d259383 commit 8d0f6a2
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
// swift-tools-version:5.3

import PackageDescription

let package = Package(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")],
swiftLanguageVersions: [.v5])
let package = Package(
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")],
swiftLanguageVersions: [.v5]
)

0 comments on commit 8d0f6a2

Please sign in to comment.