Skip to content

Commit

Permalink
Increase macOS deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
indragiek committed Sep 3, 2020
1 parent 5564cca commit 46f3901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DominantColor.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
spec.requires_arc = true
spec.frameworks = ['GLKit', 'GameKit']
spec.ios.deployment_target = '9.0'
spec.osx.deployment_target = '10.9'
spec.osx.deployment_target = '10.11'
spec.ios.frameworks = 'UIKit'
spec.osx.frameworks = 'Cocoa'
spec.swift_versions = ['5.0']
Expand Down

0 comments on commit 46f3901

Please sign in to comment.