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 "documentation_url": "http://ocmock.org/reference/",
13 "Erik Doernenburg": "erik@doernenburg.com"
15 "social_media_url": "https://twitter.com/erikdoe",
17 "git": "https://github.com/erikdoe/ocmock.git",
20 "source_files": "Source/OCMock/*.{h,m}",
21 "requires_arc": false,
29 "frameworks": "XCTest"
32 "frameworks": "XCTest"
35 "frameworks": "XCTest"
37 "public_header_files": [
38 "Source/OCMock/OCMock.h",
39 "Source/OCMock/OCMockObject.h",
40 "Source/OCMock/OCMArg.h",
41 "Source/OCMock/OCMConstraint.h",
42 "Source/OCMock/OCMLocation.h",
43 "Source/OCMock/OCMMacroState.h",
44 "Source/OCMock/OCMRecorder.h",
45 "Source/OCMock/OCMStubRecorder.h",
46 "Source/OCMock/NSNotificationCenter+OCMAdditions.h",
47 "Source/OCMock/OCMFunctions.h",
48 "Source/OCMock/OCMVerifier.h",
49 "Source/OCMock/OCMQuantifier.h",
50 "Source/OCMock/OCMockMacros.h"