Skip to content

Commit

Permalink
KMM SPM package release for 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Anka authored and Anka committed May 21, 2024
1 parent ca1fed1 commit cb901cc
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.10/kmplog-kmmbridge-0.2.10.zip"
let remoteKotlinChecksum = "146e6b0f1941c3969e9cac21e5a3623a768024c9b0591b9ef618df214b5ff353"
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 cb901cc

Please sign in to comment.