Skip to content

Commit

Permalink
Add OCMock
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradIrwin committed Nov 27, 2011
1 parent e38d2e8 commit b183efc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions OCMock/1.77.1/OCMock.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'OCMock'
s.version = '1.77.1'
s.platform = :ios
s.homepage = 'http://ocmock.org'
s.author = { 'Erik Doernenburg' => 'erik@doernenburg.com' }
s.source = { :git => 'https://github.com/erikdoe/ocmock.git',
:commit => '7f521db0628086185123666b0979e48d6ecaeac1' }

s.summary = 'OCMock is an Objective-C implementation of mock objects.'

s.description = 'This implementation fully utilises the dynamic nature of Objective-C. It creates mock objects on the fly and uses the trampoline pattern so that you can define expectations and stubs using the same syntax that you use to call methods. No strings, no @selector, just method invocations.'

s.source_files = 'Source/OCMock/*.[mh]'
s.license = 'https://github.com/erikdoe/ocmock/blob/master/Source/License.txt'
end

0 comments on commit b183efc

Please sign in to comment.