Skip to content

Commit

Permalink
Rename SPM target from EasySwiftLayoutTarget to EasySwiftLayout.
Browse files Browse the repository at this point in the history
  • Loading branch information
denandreychuk committed Feb 16, 2021
1 parent 5dc4f08 commit 2f6075f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ let package = Package(
products: [
.library(
name: "EasySwiftLayout",
targets: ["EasySwiftLayoutTarget"]
targets: ["EasySwiftLayout"]
)
],
dependencies: [],
targets: [
.target(
name: "EasySwiftLayoutTarget",
name: "EasySwiftLayout",
path: "Sources",
exclude: ["Info.plist"]
)
Expand Down

0 comments on commit 2f6075f

Please sign in to comment.