We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb69b0 commit 61a41e7Copy full SHA for 61a41e7
Package.swift
@@ -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
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