Latest | 3.4.3 |
---|---|
Homepage | http://ocmock.org |
License | Apache 2.0 |
Platforms | ios 8.0, osx 10.8, tvos 9.0 |
Authors |
Latest podspec
{ "name": "OCMock", "version": "3.4.3", "summary": "Mock objects for Objective-C", "description": "OCMock is an Objective-C implementation of mock objects. It providesnstubs that return pre-determined values for specific method invocations,ndynamic mocks that can be used to verify interaction patterns, andnpartial 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": "[email protected]" }, "social_media_url": "http://twitter.com/erikdoe", "source": { "git": "https://github.com/erikdoe/ocmock.git", "tag": "v3.4.3" }, "source_files": "Source/OCMock/*.{h,m}", "requires_arc": false, "platforms": { "ios": "8.0", "osx": "10.8", "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" ] }
Mon, 05 Nov 2018 23:00:13 +0000