[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / b / 3 / OCHamcrest / 3.0.1 / OCHamcrest.podspec.json
blob5d7f0101daa6c3774d1fbbbe4ef4e40ec0af99c2
2   "name": "OCHamcrest",
3   "version": "3.0.1",
4   "summary": "Hamcrest for Objective-C: Powerful, combinable, extensible matchers for verification.",
5   "description": "                      OCHamcrest is:\n      \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      \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",
6   "homepage": "https://github.com/hamcrest/OCHamcrest",
7   "license": "BSD",
8   "authors": {
9     "Jon Reid": "jon@qualitycoding.org"
10   },
11   "platforms": {
12     "ios": "5.0",
13     "osx": "10.7"
14   },
15   "source": {
16     "git": "https://github.com/hamcrest/OCHamcrest.git",
17     "tag": "v3.0.1"
18   },
19   "source_files": [
20     "Source/OCHamcrest.h",
21     "Source/Core/**/*.{h,m}",
22     "Source/Library/**/*.{h,m}"
23   ],
24   "private_header_files": [
25     "Source/Core/HCGenericTestFailureHandler.h",
26     "Source/Core/HCSenTestFailureHandler.hSource/Core/HCXCTestFailureHandler.h"
27   ],
28   "requires_arc": true