Skip to content

Commit

Permalink
Added Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
sosnovsky authored Oct 14, 2021
1 parent 3cb69b0 commit 61a41e7
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.3
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "MailCore2",
platforms: [
.iOS(.v12)
],
products: [
.library(
name: "MailCore2",
targets: ["MailCore2"]),
],
targets: [
.binaryTarget(name: "MailCore2",
url: "https://github.com/FlowCrypt/mailcore2/releases/download/0.7.0/MailCore.xcframework.zip",
checksum: "216784ee811876955afadee7e59b53e233f42dc6571ded7b71a96ad0895f21c6")
]
)

0 comments on commit 61a41e7

Please sign in to comment.