Skip to content

Commit

Permalink
Add OSX 10.11 deployment target in podspec file. (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarnach authored and djones6 committed Sep 12, 2019
1 parent cd10d7f commit 7622e24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IBMSwiftCircuitBreaker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Pod::Spec.new do |s|
s.author = "IBM"
s.module_name = 'CircuitBreaker'
s.ios.deployment_target = "10.0"
s.osx.deployment_target = "10.11"
s.source = { :git => "https://github.com/IBM-Swift/CircuitBreaker.git", :tag => s.version }
s.source_files = "Sources/CircuitBreaker/*.swift"
s.dependency 'LoggerAPI', '~> 1.7'
Expand Down

0 comments on commit 7622e24

Please sign in to comment.