Skip to content

Commit 61a41e7

Browse files
authored
Added Package.swift
1 parent 3cb69b0 commit 61a41e7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Package.swift

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// swift-tools-version:5.3
2+
// The swift-tools-version declares the minimum version of Swift required to build this package.
3+
4+
import PackageDescription
5+
6+
let package = Package(
7+
name: "MailCore2",
8+
platforms: [
9+
.iOS(.v12)
10+
],
11+
products: [
12+
.library(
13+
name: "MailCore2",
14+
targets: ["MailCore2"]),
15+
],
16+
targets: [
17+
.binaryTarget(name: "MailCore2",
18+
url: "https://github.com/FlowCrypt/mailcore2/releases/download/0.7.0/MailCore.xcframework.zip",
19+
checksum: "216784ee811876955afadee7e59b53e233f42dc6571ded7b71a96ad0895f21c6")
20+
]
21+
)

0 commit comments

Comments
 (0)