Skip to content

Commit

Permalink
Merge pull request #1 from JioMeet/spm_support
Browse files Browse the repository at this point in the history
Spm support
  • Loading branch information
rohit41-kumar authored Oct 10, 2023
2 parents 1405cb1 + 127c269 commit 18fc19b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// swift-tools-version:5.3
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "MMWormhole",
products: [
.library(name: "MMWormhole", targets: ["MMWormhole"])
],
targets: [
.target(name: "MMWormhole", path: "Source", publicHeadersPath: ""),
],
swiftLanguageVersions: [.v5]
)

0 comments on commit 18fc19b

Please sign in to comment.