Skip to content

Commit

Permalink
Adjust podspec deployment targets to match
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Feb 1, 2021
1 parent 3db6178 commit f81b864
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OCHamcrest.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ Pod::Spec.new do |s|
s.author = { 'Jon Reid' => 'jon@qualitycoding.org' }
s.social_media_url = 'https://twitter.com/qcoding'

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.ios.deployment_target = '9.0'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'
s.source = { :git => 'https://github.com/hamcrest/OCHamcrest.git', :tag => 'v7.2.0' }
s.source_files = 'Source/OCHamcrest.h', 'Source/Core/**/*.{h,m}', 'Source/Library/**/*.{h,m}'
s.private_header_files = 'Source/Core/Helpers/HCRunloopRunner.h', 'Source/Core/Helpers/NSInvocation+OCHamcrest.h', 'Source/Core/Helpers/ReturnValueGetters/*.h', 'Source/Core/Helpers/TestFailureReporters/HCGenericTestFailureReporter.h', 'Source/Core/Helpers/TestFailureReporters/HCSenTestFailureReporter.h', 'Source/Core/Helpers/TestFailureReporters/HCXCTestFailureReporter.h'
Expand Down

0 comments on commit f81b864

Please sign in to comment.