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