blob: bf5d7a033c196c44f8d243b7e99be6e7146bb874 [file] [log] [blame]
{
"name": "SwiftHamcrest",
"version": "0.1",
"summary": "Hamcrest test assertions for Swift",
"description": " Hamcrest gives you advanced matchers with better error messages for your Swift unit tests.\n",
"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.1"
},
"source_files": "Hamcrest/*.swift",
"frameworks": [
"Foundation",
"XCTest"
],
"requires_arc": true
}