blob: ef898f533498c1612a3b2692eb1cb3d37d8c810f [file] [log] [blame]
{
"name": "OCHamcrest",
"version": "1.9",
"license": "BSD",
"summary": "Hamcrest for Objective-C: Powerful, combinable, extensible matchers for verification.",
"homepage": "https://github.com/hamcrest/OCHamcrest",
"authors": {
"Jon Reid": "jon@qualitycoding.org"
},
"source": {
"git": "https://github.com/hamcrest/OCHamcrest.git",
"tag": "V1.9"
},
"description": "\n OCHamcrest is:\n * a library of \"matcher\" objects that let you declare rules for whether a\n given object matches the criteria or not;\n * a framework for writing your own matchers.\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 ",
"source_files": [
"Source/OCHamcrest.h",
"Source/Core/**/*.{h,m}",
"Source/Library/**/*.{h,m}"
],
"requires_arc": false
}