Skip to content

Commit

Permalink
Bump podspec to 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Sep 11, 2018
1 parent 78d9d79 commit 0bfb2ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OCMockito.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'OCMockito'
s.version = '5.1.0'
s.version = '5.1.1'
s.summary = 'OCMockito is an Objective-C implementation of Mockito, supporting creation, verification and stubbing of mock objects.'
s.description = <<-DESC
OCMockito is an Objective-C implementation of Mockito, supporting creation,
Expand All @@ -24,7 +24,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'
s.source = { :git => 'https://github.com/jonreid/OCMockito.git', :tag => 'v5.1.0' }
s.source = { :git => 'https://github.com/jonreid/OCMockito.git', :tag => 'v5.1.1' }
s.source_files = 'Source/OCMockito/**/*.{h,m}', 'Source/ThirdParty/**/*.{h,m}'
s.public_header_files = 'Source/OCMockito/Core/MKTNonObjectArgumentMatching.h', 'Source/OCMockito/Core/OCMockito.h', 'Source/OCMockito/Invocation/NSInvocation+OCMockito.h', 'Source/OCMockito/Mocking/MKTBaseMockObject.h', 'Source/OCMockito/Mocking/MKTClassObjectMock.h', 'Source/OCMockito/Mocking/MKTObjectAndProtocolMock.h', 'Source/OCMockito/Mocking/MKTObjectMock.h', 'Source/OCMockito/Mocking/MKTProtocolMock.h', 'Source/OCMockito/Stubbing/MKTOngoingStubbing.h'
s.requires_arc = true
Expand Down

0 comments on commit 0bfb2ec

Please sign in to comment.