Skip to content

Commit e8a6b18

Browse files
Add Package.swift
1 parent 342ebe8 commit e8a6b18

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Package.swift

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
name: "BBSwiftUIKit",
15+
path: "BBSwiftUIKit/BBSwiftUIKit"
16+
)
17+
]
18+
)

0 commit comments

Comments
 (0)