Skip to content

Commit

Permalink
Remove test target
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouhao27 committed Sep 3, 2019
1 parent 3a47749 commit 905cf4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions Package.swift
Expand Up @@ -22,11 +22,6 @@ let package = Package(
name: "HEXColor",
dependencies: [],
path: "HEXColor"
),
.testTarget(
name: "HEXColorTests",
dependencies: ["HEXColor"],
path: "HEXColorTests"
)
]
)
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.4"
s.version = "5.1.5"
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 905cf4c

Please sign in to comment.