[Add] SJPromise 0.0.3
[CocoaPods.git] / Specs / f / b / 3 / OCHamcrest / 7.1.2 / OCHamcrest.podspec.json
blob2e64c0e0b86da73d4f2fa7206abba4141915f3d1
2   "name": "OCHamcrest",
3   "version": "7.1.2",
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": "BSD",
8   "authors": {
9     "Jon Reid": "jon@qualitycoding.org"
10   },
11   "social_media_url": "https://twitter.com/qcoding",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.10",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/hamcrest/OCHamcrest.git",
19     "tag": "v7.1.2"
20   },
21   "source_files": [
22     "Source/OCHamcrest.h",
23     "Source/Core/**/*.{h,m}",
24     "Source/Library/**/*.{h,m}"
25   ],
26   "private_header_files": [
27     "Source/Core/Helpers/HCRunloopRunner.h",
28     "Source/Core/Helpers/NSInvocation+OCHamcrest.h",
29     "Source/Core/Helpers/ReturnValueGetters/*.h",
30     "Source/Core/Helpers/TestFailureReporters/HCGenericTestFailureReporter.h",
31     "Source/Core/Helpers/TestFailureReporters/HCSenTestFailureReporter.h",
32     "Source/Core/Helpers/TestFailureReporters/HCXCTestFailureReporter.h"
33   ],
34   "requires_arc": true