forked from Topheee/MatrixSDK
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPackage.swift
More file actions
13 lines (11 loc) · 425 Bytes
/
Copy pathPackage.swift
File metadata and controls
13 lines (11 loc) · 425 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
// swift-tools-version:5.6
import PackageDescription
let package = Package(
name: "MatrixSDK",
products: [
.library(name: "MatrixSDK", targets: ["MatrixSDK"])
],
targets: [
.binaryTarget(name: "MatrixSDK", url: "https://github.com/PeereeApp/MatrixSDK/releases/download/v0.27.6/MatrixSDK.xcframework.zip", checksum: "271396fdfed429b93faf4bd580baa0dc5f1058ee6affd3bd8eb874cc65eadf22")
]
)