blob: d6436ffd105f4b33c93e2aab309bc05f6ca933b0 [file] [log] [blame]
{
"name": "Ploughman",
"version": "0.1.1",
"summary": "Swift runner for the Gherkin language",
"homepage": "https://github.com/kylef",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Kyle Fuller": "kyle@fuller.li"
},
"social_media_url": "http://twitter.com/kylefuller",
"source": {
"git": "https://github.com/kylef/Ploughman.git",
"tag": "0.1.1"
},
"source_files": "Ploughman/*.swift",
"platforms": {
"osx": "10.9"
},
"dependencies": {
"PathKit": [
"~> 0.5.0"
],
"Commander": [
"~> 0.2.2"
]
},
"test_specification": {
"source_files": "PloughmanSpec/*.swift",
"dependencies": {
"Spectre": [
"~> 0.5.0"
]
}
}
}