Skip to content

Commit

Permalink
fix package library name
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnzhou committed Feb 5, 2024
1 parent 5a59dca commit f28fbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
name: "lcl-ping-auth",
platforms: [.iOS(.v13), .macOS(.v11), .tvOS(.v13), .watchOS(.v6)],
products: [
.library(name: "lcl-ping-auth", targets: ["LCLPingAuth"])
.library(name: "LCLPingAuth", targets: ["LCLPingAuth"])
],
dependencies: [
.package(url: "https://github.com/johnnzhou/lcl-k1.git", branch: "main"),
Expand Down

0 comments on commit f28fbc5

Please sign in to comment.