blob: c7ef464d656bc0a76b7d47108e6c5c2e2f8f0976 [file] [log] [blame]
{
"name": "OCHamcrest",
"version": "1.8",
"license": "BSD",
"summary": "Unit test assertions on steroids: Hamcrest matchers for Objective-C.",
"homepage": "https://github.com/hamcrest/OCHamcrest",
"authors": {
"Jon Reid": "jon.reid@mac.com"
},
"source": {
"git": "https://github.com/hamcrest/OCHamcrest.git",
"tag": "V1.8"
},
"description": "\n OCHamcrest is a framework for writing matcher objects, allowing you to\n declaratively define \"match\" rules. There are a number of situations\n where matchers are invaluable, such as UI validation, or data \n filtering, but it is in the area of writing flexible tests that\n matchers are most commonly used.\n ",
"source_files": [
"Source/OCHamcrest.h",
"Source/Core/**/*.{h,m,mm}",
"Source/Library/**/*.{h,m,mm}"
],
"requires_arc": false
}