Skip to content

Commit

Permalink
fixed podspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHerrmann committed Oct 30, 2021
1 parent d616279 commit f1ba7dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UIImageColors.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |spec|
spec.authors = "Jathu Satkunarajah", "Felix Herrmann"
spec.source = {
:git => "https://github.com/jathu/UIImageColors.git",
:tag => spec.version
:tag => spec.version.to_s
}

spec.ios.deployment_target = "9.0"
Expand Down
2 changes: 1 addition & 1 deletion UIImageColorsObjc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |spec|
spec.authors = "Jathu Satkunarajah", "Felix Herrmann"
spec.source = {
:git => "https://github.com/jathu/UIImageColors.git",
:tag => spec.version
:tag => spec.version.to_s
}

spec.ios.deployment_target = "9.0"
Expand Down

0 comments on commit f1ba7dc

Please sign in to comment.