blob: 1b65e2a4353e3ff5089833367079e16716fc0918 [file] [log] [blame]
{
"name": "SwiftHamcrest",
"version": "2.2.1",
"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.2.1"
},
"source_files": "Hamcrest/*.swift",
"frameworks": [
"Foundation",
"XCTest"
]
}