Skip to content

Commit 8508a0b

Browse files
committed
Update spec.license in podspec
1 parent 81e845c commit 8508a0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

OCMockito.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'OCMockito'
3-
s.version = '5.1.1'
3+
s.version = '5.1.2'
44
s.summary = 'OCMockito is an Objective-C implementation of Mockito, supporting creation, verification and stubbing of mock objects.'
55
s.description = <<-DESC
66
OCMockito is an Objective-C implementation of Mockito, supporting creation,
@@ -17,14 +17,14 @@ Pod::Spec.new do |s|
1717
it easier to identify failures.
1818
DESC
1919
s.homepage = 'https://github.com/jonreid/OCMockito'
20-
s.license = 'MIT'
20+
s.license = { :type => 'MIT' }
2121
s.author = { 'Jon Reid' => '[email protected]' }
2222
s.social_media_url = 'https://twitter.com/qcoding'
2323

2424
s.ios.deployment_target = '8.0'
2525
s.osx.deployment_target = '10.10'
2626
s.tvos.deployment_target = '9.0'
27-
s.source = { :git => 'https://github.com/jonreid/OCMockito.git', :tag => 'v5.1.1' }
27+
s.source = { :git => 'https://github.com/jonreid/OCMockito.git', :tag => 'v5.1.2' }
2828
s.source_files = 'Source/OCMockito/**/*.{h,m}', 'Source/ThirdParty/**/*.{h,m}'
2929
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'
3030
s.requires_arc = true

0 commit comments

Comments
 (0)