[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 0 / 6 / OCMock / 3.1.3 / OCMock.podspec.json
blobb4b5507635399fe33e8a668b9d109bac00877a40
2   "name": "OCMock",
3   "version": "3.1.3",
4   "summary": "Mock objects for Objective-C",
5   "description": "OCMock is an Objective-C implementation of mock objects. It provides\nstubs that return pre-determined values for specific method invocations,\ndynamic mocks that can be used to verify interaction patterns, and\npartial mocks to overwrite selected methods of existing objects.",
6   "homepage": "http://ocmock.org",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "License.txt"
10   },
11   "authors": {
12     "Erik Doernenburg": "erik@doernenburg.com"
13   },
14   "social_media_url": "http://twitter.com/erikdoe",
15   "source": {
16     "git": "https://github.com/erikdoe/ocmock.git",
17     "tag": "v3.1.3"
18   },
19   "source_files": "Source/OCMock/*.{h,m}",
20   "platforms": {
21     "ios": "8.2",
22     "osx": "10.6"
23   },
24   "public_header_files": [
25     "Source/OCMock/OCMock.h",
26     "Source/OCMock/OCMockObject.h",
27     "Source/OCMock/OCMArg.h",
28     "Source/OCMock/OCMConstraint.h",
29     "Source/OCMock/OCMLocation.h",
30     "Source/OCMock/OCMMacroState.h",
31     "Source/OCMock/OCMRecorder.h",
32     "Source/OCMock/OCMStubRecorder.h",
33     "Source/OCMock/NSNotificationCenter+OCMAdditions.h"
34   ],
35   "requires_arc": false