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 342ebe8 commit e8a6b18Copy full SHA for e8a6b18
Package.swift
@@ -0,0 +1,18 @@
1
+// swift-tools-version:5.1
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: "BBSwiftUIKit",
8
+ platforms: [.iOS(.v13)],
9
+ products: [
10
+ .library(name: "BBSwiftUIKit", targets: ["BBSwiftUIKit"]),
11
+ ],
12
+ targets: [
13
+ .target(
14
15
+ path: "BBSwiftUIKit/BBSwiftUIKit"
16
+ )
17
+ ]
18
+)
0 commit comments