Skip to content

Commit

Permalink
Update spec.license in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Sep 24, 2019
1 parent 81e845c commit 8508a0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1'
s.version = '5.1.2'
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 @@ -17,14 +17,14 @@ Pod::Spec.new do |s|
it easier to identify failures.
DESC
s.homepage = 'https://github.com/jonreid/OCMockito'
s.license = 'MIT'
s.license = { :type => 'MIT' }
s.author = { 'Jon Reid' => '[email protected]' }
s.social_media_url = 'https://twitter.com/qcoding'

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.1' }
s.source = { :git => 'https://github.com/jonreid/OCMockito.git', :tag => 'v5.1.2' }
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 8508a0b

Please sign in to comment.