blob: 081b76439390a1c8e346e3d6cb8f181f2a6048b4 [file] [log] [blame]
{
"name": "OCHamcrest",
"version": "4.1.1",
"summary": "Hamcrest for Objective-C: Powerful, combinable, extensible matchers for verification.",
"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",
"homepage": "https://github.com/hamcrest/OCHamcrest",
"license": "BSD",
"authors": {
"Jon Reid": "jon@qualitycoding.org"
},
"social_media_url": "https://twitter.com/qcoding",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/hamcrest/OCHamcrest.git",
"tag": "v4.1.1"
},
"source_files": [
"Source/OCHamcrest.h",
"Source/Core/**/*.{h,m}",
"Source/Library/**/*.{h,m}"
],
"private_header_files": [
"Source/Core/Helpers/NSInvocation+OCHamcrest.h",
"Source/Core/Helpers/ReturnValueGetters/*.h",
"Source/Core/Helpers/TestFailureHandlers/HCGenericTestFailureHandler.h",
"Source/Core/Helpers/TestFailureHandlers/HCSenTestFailureHandler.h",
"Source/Core/Helpers/TestFailureHandlers/HCXCTestFailureHandler.h"
],
"requires_arc": true
}