Skip to content

Commit

Permalink
Bump podspec to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Dec 15, 2015
1 parent 5cd4886 commit 0aab6f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OCHamcrest.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'OCHamcrest'
s.version = '5.0.0'
s.version = '5.1.0'
s.summary = 'Hamcrest for Objective-C: Powerful, combinable, extensible matchers for verification.'
s.description = <<-DESC
OCHamcrest is:
Expand Down Expand Up @@ -32,7 +32,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.8'
s.tvos.deployment_target = '9.0'
s.source = { :git => 'https://github.com/hamcrest/OCHamcrest.git', :tag => 'v5.0.0' }
s.source = { :git => 'https://github.com/hamcrest/OCHamcrest.git', :tag => 'v5.1.0' }
s.source_files = 'Source/OCHamcrest.h', 'Source/Core/**/*.{h,m}', 'Source/Library/**/*.{h,m}'
s.private_header_files = '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'
s.requires_arc = true
Expand Down

0 comments on commit 0aab6f6

Please sign in to comment.