Skip to content

Commit 47ab19a

Browse files
TwoDollarsEsqsimform-solutions
authored andcommitted
Adds Package.swift
1 parent 825a75f commit 47ab19a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Package.swift

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

0 commit comments

Comments
 (0)