blob: f1e03f5666a746c76f0039a26385aa4d1f09cb78 [file] [log] [blame]
{
"name": "QuickGWT",
"version": "1.0.0",
"summary": "Simply adds Given When and Then to Quick.",
"description": "Simply adds Given When and Then to Quick. And makes sure the test outputs are looking pretty.",
"homepage": "https://github.com/mennolovink/QuickGWT",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mennolovink": "mclovink@me.com"
},
"source": {
"git": "https://github.com/mennolovink/QuickGWT.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": "QuickGWT/Classes/**/*",
"dependencies": {
"Quick": [
"~> 1.3"
]
}
}