Skip to content

Commit 5ffcf0f

Browse files
committed
add package swift
1 parent 80035e2 commit 5ffcf0f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Package.swift

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// swift-tools-version:5.3
2+
import PackageDescription
3+
4+
let package = Package(
5+
name: "TestlioSDK",
6+
platforms: [
7+
.iOS(.v11)
8+
],
9+
products: [
10+
.library(
11+
name: "TestlioSDK",
12+
targets: ["TestlioSDK"])
13+
],
14+
targets: [
15+
.binaryTarget(
16+
name: "TestlioSDK",
17+
path: "TestlioSDK.xcframework")
18+
])

0 commit comments

Comments
 (0)