Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #46 from vbergae/master
Browse files Browse the repository at this point in the history
Fixed podspec typo described on issue #45
  • Loading branch information
jathu authored Oct 23, 2016
2 parents 2d8981e + 7ee2495 commit 4172a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UIImageColors.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = "8.0"
spec.source_files = "Sources/*.swift"
spec.requires_arc = true
s.pod_target_xcconfig = {
spec.pod_target_xcconfig = {
"SWIFT_VERSION" => "3.0"
}
end

0 comments on commit 4172a9a

Please sign in to comment.