Skip to content

Commit fe7cd6f

Browse files
Merge pull request #45 from woxtu/name
Fix the library name
2 parents 0f31c46 + 1566873 commit fe7cd6f

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)