Skip to content

Commit

Permalink
Change Target name
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouhao27 committed Sep 3, 2019
1 parent 905cf4c commit 11f448b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Expand Up @@ -9,7 +9,7 @@ let package = Package(
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "UIColor_Hex_Swift",
targets: ["HEXColor"]),
targets: ["UIColor_Hex_Swift"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
Expand All @@ -19,7 +19,7 @@ let package = Package(
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "HEXColor",
name: "UIColor_Hex_Swift",
dependencies: [],
path: "HEXColor"
)
Expand Down
2 changes: 1 addition & 1 deletion UIColor_Hex_Swift.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "UIColor_Hex_Swift"
s.version = "5.1.5"
s.version = "5.1.6"
s.summary = "Convenience method for creating autoreleased color using RGBA hex string."
s.homepage = "https://github.com/yeahdongcn/UIColor-Hex-Swift"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down

0 comments on commit 11f448b

Please sign in to comment.