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

Commit

Permalink
fix mac deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
jathu committed Feb 10, 2019
1 parent a1338fc commit 56014e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UIImageColors.podspec
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|

spec.ios.deployment_target = "8.0"
spec.tvos.deployment_target = "9.0"
spec.macos.deployment_target = "11.0"

This comment has been minimized.

Copy link
@boyvanamstel

boyvanamstel Feb 11, 2019

Contributor

@jathu Lol, don't know where that came from.

spec.macos.deployment_target = "10.10"
spec.source_files = "UIImageColors/Sources/*.swift"
spec.requires_arc = true
spec.pod_target_xcconfig = {
Expand Down

0 comments on commit 56014e2

Please sign in to comment.