[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 2 / 1 / f / SwiftHamcrest / 2.0.0 / SwiftHamcrest.podspec.json
blob6c1ea4c78f318e7153a61ea724be8f2d4a71ea6b
2   "name": "SwiftHamcrest",
3   "version": "2.0.0",
4   "summary": "Hamcrest test assertions for Swift",
5   "description": "Hamcrest gives you advanced matchers with better error messages for your Swift unit tests.",
6   "homepage": "https://github.com/nschum/SwiftHamcrest",
7   "license": "BSD",
8   "authors": {
9     "Nikolaj Schumacher": "me@nschum.de",
10     "RenĂ© Pirringer": "rene@openbakery.org"
11   },
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.9",
15     "tvos": "9.0"
16   },
17   "module_name": "Hamcrest",
18   "source": {
19     "git": "https://github.com/nschum/SwiftHamcrest.git",
20     "tag": "2.0.0"
21   },
22   "source_files": "Hamcrest/*.swift",
23   "frameworks": [
24     "Foundation",
25     "XCTest"
26   ],
27   "pushed_with_swift_version": "4.0"