Skip to content

Commit

Permalink
Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
orxelm authored Feb 23, 2021
0 parents commit 5ffc719
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// swift-tools-version:5.3
// The swift-tools-version declares the minimum version of Swift required to build this package.
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")
]

0 comments on commit 5ffc719

Please sign in to comment.