blob: 1b80b0883c1ea4ad4223756e1d79b3e2843f81c9 [file] [log] [blame]
{
"name": "OCMock",
"version": "3.4.1",
"summary": "Mock objects for Objective-C",
"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.",
"homepage": "http://ocmock.org",
"documentation_url": "http://ocmock.org/reference/",
"license": {
"type": "Apache 2.0",
"file": "License.txt"
},
"authors": {
"Erik Doernenburg": "erik@doernenburg.com"
},
"social_media_url": "http://twitter.com/erikdoe",
"source": {
"git": "https://github.com/erikdoe/ocmock.git",
"tag": "v3.4.1"
},
"source_files": "Source/OCMock/*.{h,m}",
"requires_arc": false,
"platforms": {
"ios": "8.0",
"osx": "10.6",
"tvos": "9.0"
},
"public_header_files": [
"Source/OCMock/OCMock.h",
"Source/OCMock/OCMockObject.h",
"Source/OCMock/OCMArg.h",
"Source/OCMock/OCMConstraint.h",
"Source/OCMock/OCMLocation.h",
"Source/OCMock/OCMMacroState.h",
"Source/OCMock/OCMRecorder.h",
"Source/OCMock/OCMStubRecorder.h",
"Source/OCMock/NSNotificationCenter+OCMAdditions.h",
"Source/OCMock/OCMFunctions.h"
]
}