[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / b / 3 / OCHamcrest / 9.0.0 / OCHamcrest.podspec.json
blob442475dd722492155ca0a21f86ea178b2b4e949f
2   "name": "OCHamcrest",
3   "version": "9.0.0",
4   "summary": "Hamcrest for Objective-C: Powerful, combinable, extensible matchers for verification.",
5   "description": "OCHamcrest is:\n      \n* a library of \"matcher\" objects for declaring rules to check whether a\n  given object matches those rules.\n* a framework for writing your own matchers.\n      \nMatchers are useful for a variety of purposes, such as UI validation. But\nthey're most commonly used for writing unit tests that are expressive and\nflexible.\n\nOCHamcrest is compatible with:\n      \n* XCTest\n* OCUnit (SenTestingKit)\n* Kiwi\n* Cedar\n* GHUnit\n* Google Toolbox for Mac (GTM)\n* OCMock\n* OCMockito",
6   "homepage": "https://github.com/hamcrest/OCHamcrest",
7   "license": {
8     "type": "BSD"
9   },
10   "authors": {
11     "Jon Reid": "jon@qualitycoding.org"
12   },
13   "social_media_url": "https://twitter.com/qcoding",
14   "platforms": {
15     "osx": "10.10",
16     "ios": "12.0",
17     "tvos": "12.0",
18     "watchos": "2.0"
19   },
20   "source": {
21     "git": "https://github.com/hamcrest/OCHamcrest.git",
22     "tag": "v9.0.0"
23   },
24   "source_files": [
25     "Source/OCHamcrest.h",
26     "Source/Core/**/*.{h,m}",
27     "Source/Library/**/*.{h,m}"
28   ],
29   "private_header_files": [
30     "Source/Core/Helpers/HCRunloopRunner.h",
31     "Source/Core/Helpers/NSInvocation+OCHamcrest.h",
32     "Source/Core/Helpers/ReturnValueGetters/*.h",
33     "Source/Core/Helpers/TestFailureReporters/HCGenericTestFailureReporter.h",
34     "Source/Core/Helpers/TestFailureReporters/HCSenTestFailureReporter.h",
35     "Source/Core/Helpers/TestFailureReporters/HCXCTestFailureReporter.h"
36   ],
37   "requires_arc": true