[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / b / 3 / OCHamcrest / 4.1.1 / OCHamcrest.podspec.json
blob081b76439390a1c8e346e3d6cb8f181f2a6048b4
2   "name": "OCHamcrest",
3   "version": "4.1.1",
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      \n                      Matchers are useful for a variety of purposes, such as UI validation. But\n                      they're most commonly used for writing unit tests that are expressive and\n                      flexible.\n\n                      OCHamcrest is used for both iOS or OS X development, and 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\n",
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": "6.0",
14     "osx": "10.8"
15   },
16   "source": {
17     "git": "https://github.com/hamcrest/OCHamcrest.git",
18     "tag": "v4.1.1"
19   },
20   "source_files": [
21     "Source/OCHamcrest.h",
22     "Source/Core/**/*.{h,m}",
23     "Source/Library/**/*.{h,m}"
24   ],
25   "private_header_files": [
26     "Source/Core/Helpers/NSInvocation+OCHamcrest.h",
27     "Source/Core/Helpers/ReturnValueGetters/*.h",
28     "Source/Core/Helpers/TestFailureHandlers/HCGenericTestFailureHandler.h",
29     "Source/Core/Helpers/TestFailureHandlers/HCSenTestFailureHandler.h",
30     "Source/Core/Helpers/TestFailureHandlers/HCXCTestFailureHandler.h"
31   ],
32   "requires_arc": true