Skip to content

Commit 1566873

Browse files
committed
Fix the library name
1 parent 41f7661 commit 1566873

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
products: [
1010
// Products define the executables and libraries a package produces, and make them visible to other packages.
1111
.library(
12-
name: "SSSpinnerButtonr",
12+
name: "SSSpinnerButton",
1313
targets: ["SSSpinnerButton"]),
1414
],
1515
dependencies: [

0 commit comments

Comments
 (0)