Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from FlowCrypt/feature/package
Browse files Browse the repository at this point in the history
Add Package.swift
  • Loading branch information
tomholub authored Apr 21, 2022
2 parents c841818 + cdfbab5 commit fbaf8d1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
// swift-tools-version: 5.6

import PackageDescription

let package = Package(
name: "GMP",
platforms: [
.iOS(.v12)
],
products: [
.library(
name: "GMP",
targets: ["GMP"]
),
],
targets: [
.binaryTarget(
name: "GMP",
url: "https://github.com/FlowCrypt/GMP/releases/download/6.2.1/GMP.xcframework.zip",
checksum: "e35e396f571163a83bc35601fa7505339acfed45dd935c6bed5b07264fdec519"
)
]
)

0 comments on commit fbaf8d1

Please sign in to comment.