2 "name": "OCHamcrestExtensions",
4 "summary": "OCHamcrest with support for exceptions and more matchers.",
5 "description": " OCHamcrestExtensions is built on top of [OCHamcrest](https://github.com/hamcrest/OCHamcrest). It adds several more features, including:\n\n * Support for exception assertions.\n * More matchers.\n\n OCHamcrestExtensions is a drop in _replacement_ but does contain all the source code of the original OCHamcrest project. If you try and link both libraries you will get duplicate symbol errors.\n",
6 "homepage": "https://github.com/elliotchance/OCHamcrestExtensions",
9 "Jon Reid": "jon@qualitycoding.org",
10 "Elliot Chance": "elliotchance@gmail.com"
17 "git": "https://github.com/elliotchance/OCHamcrestExtensions.git",
21 "Source/OCHamcrest.h",
22 "Source/Core/**/*.{h,m}",
23 "Source/Library/**/*.{h,m}"
25 "private_header_files": [
26 "Source/Core/HCGenericTestFailureHandler.h",
27 "Source/Core/HCSenTestFailureHandler.hSource/Core/HCXCTestFailureHandler.h"