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