[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 0 / 6 / OCMock / 3.8.1 / OCMock.podspec.json
blob53f8582bf810402c10f1443a14084ff61ff65c7f
2   "name": "OCMock",
3   "version": "3.8.1",
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://twitter.com/erikdoe",
16   "source": {
17     "git": "https://github.com/erikdoe/ocmock.git",
18     "tag": "v3.8.1"
19   },
20   "source_files": "Source/OCMock/*.{h,m}",
21   "requires_arc": false,
22   "platforms": {
23     "osx": "10.10",
24     "ios": "9.0",
25     "tvos": "9.0",
26     "watchos": "4.0"
27   },
28   "osx": {
29     "frameworks": "XCTest"
30   },
31   "ios": {
32     "frameworks": "XCTest"
33   },
34   "tvos": {
35     "frameworks": "XCTest"
36   },
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"
51   ]