blob: 6c1ea4c78f318e7153a61ea724be8f2d4a71ea6b [file] [log] [blame]
{
"name": "SwiftHamcrest",
"version": "2.0.0",
"summary": "Hamcrest test assertions for Swift",
"description": "Hamcrest gives you advanced matchers with better error messages for your Swift unit tests.",
"homepage": "https://github.com/nschum/SwiftHamcrest",
"license": "BSD",
"authors": {
"Nikolaj Schumacher": "me@nschum.de",
"René Pirringer": "rene@openbakery.org"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"module_name": "Hamcrest",
"source": {
"git": "https://github.com/nschum/SwiftHamcrest.git",
"tag": "2.0.0"
},
"source_files": "Hamcrest/*.swift",
"frameworks": [
"Foundation",
"XCTest"
],
"pushed_with_swift_version": "4.0"
}