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

Commit

Permalink
Change quotes due to CocoaPods ArgumentError - different prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
jathu committed Oct 10, 2016
1 parent d57ed0b commit 2d8981e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UIImageColors.podspec
Expand Up @@ -11,6 +11,6 @@ Pod::Spec.new do |spec|
spec.source_files = "Sources/*.swift"
spec.requires_arc = true
s.pod_target_xcconfig = {
'SWIFT_VERSION' => '3.0'
"SWIFT_VERSION" => "3.0"
}
end

0 comments on commit 2d8981e

Please sign in to comment.