[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 0 / 6 / OCMock / 3.0 / OCMock.podspec.json
blob9bbb5dff720d7eb7b5197b9ea72c992dfb54c90e
2   "name": "OCMock",
3   "version": "3.0",
4   "summary": "Mock objects for Objective-C",
5   "description": "                        OCMock is an Objective-C implementation of mock objects. It provides\n                        stubs that return pre-determined values for specific method invocations,\n                        dynamic mocks that can be used to verify interaction patterns, and\n                        partial mocks to overwrite selected methods of existing objects.\n",
6   "homepage": "http://ocmock.org",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "Source/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.0"
18   },
19   "source_files": [
20     "Source/OCMock/*.{h,m}"
21   ],
22   "public_header_files": [
23     "Source/OCMock/OCMock.h",
24     "Source/OCMock/OCMockObject.h",
25     "Source/OCMock/OCMockRecorder.h",
26     "Source/OCMock/OCMArg.h",
27     "Source/OCMock/OCMConstraint.h",
28     "Source/OCMock/OCMLocation.h",
29     "Source/OCMock/OCMMacroState.h",
30     "Source/OCMock/NSNotificationCenter+OCMAdditions.h"
31   ],
32   "frameworks": "XCTest",
33   "requires_arc": false