[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / b / 3 / OCHamcrest / 3.0.0 / OCHamcrest.podspec.json
blobef51283bf724879480182cb0c3b892706ca67050
2   "name": "OCHamcrest",
3   "version": "3.0.0",
4   "license": "BSD",
5   "summary": "Hamcrest for Objective-C: Powerful, combinable, extensible matchers for verification.",
6   "homepage": "https://github.com/hamcrest/OCHamcrest",
7   "authors": {
8     "Jon Reid": "jon@qualitycoding.org"
9   },
10   "source": {
11     "git": "https://github.com/hamcrest/OCHamcrest.git",
12     "tag": "v3.0.0"
13   },
14   "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\n      OCHamcrest is used for both iOS or OS X development, and is compatible with:\n      * XCTest\n      * OCUnit (SenTestingKit)\n      * Kiwi\n      * Cedar\n      * GHUnit\n      * Google Toolbox for Mac (GTM)\n      * OCMock\n      * OCMockito\n  ",
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "source_files": [
20     "Source/OCHamcrest.h",
21     "Source/Core/**/*.{h,m}",
22     "Source/Library/**/*.{h,m}"
23   ],
24   "requires_arc": true