[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / b / 3 / OCHamcrest / 1.6 / OCHamcrest.podspec.json
blob96593bd6e5588f03f8b8b4db0eb996ce78fa2edd
2   "name": "OCHamcrest",
3   "version": "1.6",
4   "license": "BSD",
5   "summary": "Unit test assertions on steroids: Hamcrest matchers for Objective-C.",
6   "homepage": "https://github.com/hamcrest/OCHamcrest",
7   "authors": {
8     "Jon Reid": "jon.reid@mac.com"
9   },
10   "source": {
11     "git": "https://github.com/hamcrest/OCHamcrest.git",
12     "tag": "V1.6"
13   },
14   "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  ",
15   "source_files": [
16     "Source/OCHamcrest.h",
17     "Source/Core/**/*.{h,m,mm}",
18     "Source/Library/**/*.{h,m,mm}"
19   ],
20   "requires_arc": false