blob: 18703f06716021beb3aacf943fbe2014fc62ef8f [file] [log] [blame]
{
"name": "SwiftHamcrest",
"version": "0.4",
"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"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"module_name": "Hamcrest",
"source": {
"git": "https://github.com/nschum/SwiftHamcrest.git",
"tag": "0.4"
},
"source_files": "Hamcrest/*.swift",
"frameworks": [
"Foundation",
"XCTest"
]
}