[Add] CustomerIO 3.7.0
[CocoaPods.git] / Specs / c / 0 / 6 / OCMock / 3.9.4 / OCMock.podspec.json
blob995db3f41b94d80903e8608b96b4dae0ec3b6209
2   "name": "OCMock",
3   "version": "3.9.4",
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/",
8   "license": {
9     "type": "Apache 2.0",
10     "file": "License.txt"
11   },
12   "authors": {
13     "Erik Doernenburg": "erik@doernenburg.com"
14   },
15   "social_media_url": "https://toot.thoughtworks.com/@edoernen",
16   "source": {
17     "git": "https://github.com/erikdoe/ocmock.git",
18     "tag": "v3.9.4"
19   },
20   "source_files": "Source/OCMock/*.{h,m}",
21   "requires_arc": false,
22   "platforms": {
23     "osx": "10.15",
24     "ios": "12.0",
25     "tvos": "12.0",
26     "watchos": "7.0"
27   },
28   "osx": {
29     "frameworks": "XCTest"
30   },
31   "ios": {
32     "frameworks": "XCTest"
33   },
34   "tvos": {
35     "frameworks": "XCTest"
36   },
37   "watchos": {
38     "frameworks": "XCTest"
39   },
40   "pod_target_xcconfig": {
41     "ENABLE_BITCODE": "NO"
42   },
43   "public_header_files": [
44     "Source/OCMock/OCMock.h",
45     "Source/OCMock/OCMockObject.h",
46     "Source/OCMock/OCMArg.h",
47     "Source/OCMock/OCMConstraint.h",
48     "Source/OCMock/OCMLocation.h",
49     "Source/OCMock/OCMMacroState.h",
50     "Source/OCMock/OCMRecorder.h",
51     "Source/OCMock/OCMStubRecorder.h",
52     "Source/OCMock/NSNotificationCenter+OCMAdditions.h",
53     "Source/OCMock/OCMFunctions.h",
54     "Source/OCMock/OCMVerifier.h",
55     "Source/OCMock/OCMQuantifier.h",
56     "Source/OCMock/OCMockMacros.h"
57   ]