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 fa3c3b5 commit 969a3e8Copy full SHA for 969a3e8
Package.swift
@@ -0,0 +1,18 @@
1
+// swift-tools-version:5.1
2
+
3
+import PackageDescription
4
5
+let package = Package(
6
+ name: "authentikClient",
7
+ platforms: [
8
+ .iOS(.v9),
9
+ .macOS(.v10_11),
10
+ .tvOS(.v9),
11
+ .watchOS(.v3),
12
+ ],
13
+ products: [
14
+ // Products define the executables and libraries produced by a package, and make them visible to other packages.
15
+ .import(path: "OpenAPITransport"), // imports Crashlytics/Package.swift
16
+ .import(path: "authentikClient"), // imports Crashlytics/Package.swift
17
18
+)
0 commit comments