blob: c6ee49a758c12d3967df368108884014fa9e88b2 [file] [log] [blame]
{
"name": "OCHamcrestExtensions",
"version": "1.0.1",
"summary": "OCHamcrest with support for exceptions and more matchers.",
"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",
"homepage": "https://github.com/elliotchance/OCHamcrestExtensions",
"license": "BSD",
"authors": {
"Jon Reid": "jon@qualitycoding.org",
"Elliot Chance": "elliotchance@gmail.com"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/elliotchance/OCHamcrestExtensions.git",
"tag": "ev1.0.1"
},
"source_files": [
"Source/OCHamcrest.h",
"Source/Core/**/*.{h,m}",
"Source/Library/**/*.{h,m}"
],
"private_header_files": [
"Source/Core/HCGenericTestFailureHandler.h",
"Source/Core/HCSenTestFailureHandler.hSource/Core/HCXCTestFailureHandler.h"
],
"requires_arc": true
}