[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 0 / f / OCHamcrestExtensions / 1.0.1 / OCHamcrestExtensions.podspec.json
blobc6ee49a758c12d3967df368108884014fa9e88b2
2   "name": "OCHamcrestExtensions",
3   "version": "1.0.1",
4   "summary": "OCHamcrest with support for exceptions and more matchers.",
5   "description": "                      OCHamcrestExtensions is built on top of [OCHamcrest](https://github.com/hamcrest/OCHamcrest). It adds several more features, including:\n\n                      * Support for exception assertions.\n                      * More matchers.\n\n                      OCHamcrestExtensions is a drop in _replacement_ but does contain all the source code of the original OCHamcrest project. If you try and link both libraries you will get duplicate symbol errors.\n",
6   "homepage": "https://github.com/elliotchance/OCHamcrestExtensions",
7   "license": "BSD",
8   "authors": {
9     "Jon Reid": "jon@qualitycoding.org",
10     "Elliot Chance": "elliotchance@gmail.com"
11   },
12   "platforms": {
13     "ios": "5.0",
14     "osx": "10.7"
15   },
16   "source": {
17     "git": "https://github.com/elliotchance/OCHamcrestExtensions.git",
18     "tag": "ev1.0.1"
19   },
20   "source_files": [
21     "Source/OCHamcrest.h",
22     "Source/Core/**/*.{h,m}",
23     "Source/Library/**/*.{h,m}"
24   ],
25   "private_header_files": [
26     "Source/Core/HCGenericTestFailureHandler.h",
27     "Source/Core/HCSenTestFailureHandler.hSource/Core/HCXCTestFailureHandler.h"
28   ],
29   "requires_arc": true