Skip to content

Commit

Permalink
KMM SPM package release for 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Anka authored and Anka committed May 28, 2024
1 parent e914737 commit e8c5cb5
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.11/kmplog-kmmbridge-0.2.11.zip"
let remoteKotlinChecksum = "ee35082dfa5f06c594fc49a2eca1c22a107ffc1b4f07e0f116f2194fd4e789e7"
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 e8c5cb5

Please sign in to comment.