[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / b / 3 / OCHamcrest / 1.8 / OCHamcrest.podspec.json
blobc7ef464d656bc0a76b7d47108e6c5c2e2f8f0976
2   "name": "OCHamcrest",
3   "version": "1.8",
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.8"
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