[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 0 / 6 / OCMock / 2.0.1 / OCMock.podspec.json
blobd6d5e612e7e6e8eb5ef5270c8e7d64d5c75b0930
2   "name": "OCMock",
3   "version": "2.0.1",
4   "homepage": "http://ocmock.org",
5   "authors": {
6     "Erik Doernenburg": "erik@doernenburg.com"
7   },
8   "source": {
9     "git": "https://github.com/erikdoe/ocmock.git",
10     "tag": "v2.0.1"
11   },
12   "summary": "OCMock is an Objective-C implementation of mock objects.",
13   "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.",
14   "source_files": "Source/OCMock/*.[mh]",
15   "license": "https://github.com/erikdoe/ocmock/blob/master/Source/License.txt",
16   "requires_arc": false