[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 0 / 6 / OCMock / 3.7 / OCMock.podspec.json
blobaefa019b392d25b5603da925b5bff47a42126ba2
2   "name": "OCMock",
3   "version": "3.7",
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": "http://twitter.com/erikdoe",
16   "source": {
17     "git": "https://github.com/erikdoe/ocmock.git",
18     "tag": "v3.7"
19   },
20   "source_files": "Source/OCMock/*.{h,m}",
21   "requires_arc": false,
22   "platforms": {
23     "ios": "8.0",
24     "osx": "10.9",
25     "tvos": "9.0",
26     "watchos": "4.0"
27   },
28   "public_header_files": [
29     "Source/OCMock/OCMock.h",
30     "Source/OCMock/OCMockObject.h",
31     "Source/OCMock/OCMArg.h",
32     "Source/OCMock/OCMConstraint.h",
33     "Source/OCMock/OCMLocation.h",
34     "Source/OCMock/OCMMacroState.h",
35     "Source/OCMock/OCMRecorder.h",
36     "Source/OCMock/OCMStubRecorder.h",
37     "Source/OCMock/NSNotificationCenter+OCMAdditions.h",
38     "Source/OCMock/OCMFunctions.h",
39     "Source/OCMock/OCMVerifier.h",
40     "Source/OCMock/OCMQuantifier.h"
41   ]