Skip to content

Commit

Permalink
Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Sep 23, 2024
1 parent 7a1f5b2 commit 091d131
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// swift-tools-version: 5.9
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "PubNubChat",
platforms: [.iOS(.v14)],
products: [
.library(
name: "PubNubChat",
targets: ["PubNubChatRemoteBinaryPackage"]),
],
targets: [
.binaryTarget(
name: "PubNubChatRemoteBinaryPackage",
url: "https://github.com/pubnub/kmp-chat/releases/download/0.0.1-DEV/PubNubChat.xcframework.zip",
checksum: "45025af8f30f692cbdebcca916c364ddb4bf52676ae2344b5d61607e588177b4"
)
]
)

0 comments on commit 091d131

Please sign in to comment.