blob: ab6157564f4694400b75cabb784b63d5ccb0c5bf [file] [log] [blame]
{
"name": "Gherkin",
"version": "0.5",
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"summary": "Gherkin Syntax Sugar for iOS based on Quick.",
"homepage": "https://github.com/mangofever/iOS-Gherkin",
"license": "MIT",
"authors": {
"mangofeverr": "mangofeverr@gmail.com"
},
"source": {
"git": "https://github.com/mangofever/iOS-Gherkin.git",
"tag": "0.5"
},
"source_files": "Gherkin/Gherkin.swift",
"dependencies": {
"Quick": [
"2.2.0"
]
},
"swift_version": "5.0"
}