[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / b / 3 / OCHamcrest / 2.0.0 / OCHamcrest.podspec.json
blob48a50a283631cb3b88208c41ff13690b0addab58
2   "name": "OCHamcrest",
3   "version": "2.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": "v2.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      * OCUnit (SenTestingKit)\n      * Kiwi\n      * Cedar\n      * GHUnit\n      * Google Toolbox for Mac (GTM)\n      * OCMock\n      * OCMockito\n  ",
15   "source_files": [
16     "Source/OCHamcrest.h",
17     "Source/Core/**/*.{h,m}",
18     "Source/Library/**/*.{h,m}"
19   ],
20   "requires_arc": true