Skip to content

Commit

Permalink
KMM SPM package release for 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Apr 21, 2024
1 parent 19836bd commit cb4258a
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/tddworks/openai-kotlin/com/tddworks/openai-gateway-darwin-kmmbridge/0.2.1/openai-gateway-darwin-kmmbridge-0.2.1.zip"
let remoteKotlinChecksum = "d8efca1f526fca7239d49c8969cd7392dcdf9c94e11464257fe563091cafe2ab"
let packageName = "openai-gateway-darwin"
// END KMMBRIDGE BLOCK

let package = Package(
name: packageName,
platforms: [

],
products: [
.library(
name: packageName,
targets: [packageName]
),
],
targets: [
.binaryTarget(
name: packageName,
url: remoteKotlinUrl,
checksum: remoteKotlinChecksum
)
,
]
)

0 comments on commit cb4258a

Please sign in to comment.