[Add] TiendeoCore 0.0.3-beta1
[CocoaPods.git] / Specs / f / b / 3 / OCHamcrest / 1.7 / OCHamcrest.podspec.json
blob5658249ea18316110d9495e840a723af81391ff0
2   "name": "OCHamcrest",
3   "version": "1.7",
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.7"
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   "libraries": "stdc++",
21   "requires_arc": false