Skip to content

Commit

Permalink
KMM SPM package release for 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Anka authored and Anka committed May 9, 2024
1 parent d7b1ccb commit 0963064
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
// swift-tools-version:5.9
import PackageDescription

// BEGIN KMMBRIDGE VARIABLES BLOCK (do not edit)
let remoteKotlinUrl = "https://maven.pkg.github.com/Airthings/KmpLog/com/airthings/lib/kmplog-kmmbridge/0.2.8/kmplog-kmmbridge-0.2.8.zip"
let remoteKotlinChecksum = "68ddc747c277d30dd3950c0dae41bd91ec9ad061b59e631a92740acea4bc786d"
let packageName = "KmpLog"
// END KMMBRIDGE BLOCK

let package = Package(
name: packageName,
platforms: [
.iOS(.v14)
],
products: [
.library(
name: packageName,
targets: [packageName]
),
],
targets: [
.binaryTarget(
name: packageName,
url: remoteKotlinUrl,
checksum: remoteKotlinChecksum
)
,
]
)

0 comments on commit 0963064

Please sign in to comment.