Skip to content

Commit

Permalink
KMM SPM package release for 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Oct 7, 2022
1 parent 8a18d61 commit fb718b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// swift-tools-version:5.3
import PackageDescription

let remoteKotlinUrl = "https://api.github.com/repos/ben-whit-ley/KaMPKit/releases/assets/80289543.zip"
let remoteKotlinChecksum = "f4b7a4637f119d24d5b81399842bc3c1756caeee0f1083eac146592025b38a2f"
let packageName = "shared"

let package = Package(
Expand All @@ -17,7 +19,8 @@ let package = Package(
targets: [
.binaryTarget(
name: packageName,
path: "./shared/build/XCFrameworks/debug/\(packageName).xcframework"
url: remoteKotlinUrl,
checksum: remoteKotlinChecksum
)
,
]
Expand Down

0 comments on commit fb718b5

Please sign in to comment.