blob: f95e0eae02a282f2907e1e045f5c7080c9dae6fa [file] [log] [blame]
{
"name": "Updraft",
"version": "0.1.0",
"summary": "Updraft is a Swift tool for running executable specifications written in a plain language.",
"description": "Updraft is a Swift tool for running executable specifications written in a plain language. It is a Swift implementation of Cucumber, using the Gherkin language. Cucumber is a tool for running automated tests written in plain language. Because they're written in plain language, they can be read by anyone on your team. Because they can be read by anyone, you can use them to help improve communication, collaboration and trust on your team.",
"homepage": "https://github.com/davidweiss/updraft",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"davidweiss": "davidweiss@users.noreply.github.com"
},
"source": {
"git": "https://github.com/davidweiss/updraft.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/davidweiss",
"platforms": {
"ios": "11.0"
},
"swift_version": "4.0",
"source_files": "Updraft/Classes/**/*"
}