| { |
| "name": "Skylark", |
| "version": "0.0.1", |
| "summary": "Pure Swift BDD testing framework for writing Cucumber scenarios using Gherkin syntax", |
| "swift_version": "4.2", |
| "description": "Implementation of Cucumber written in pure Swift using XCTest. Allows the execution of feature files containing scenarios written in Gherkin syntax.", |
| "homepage": "https://github.com/rwbutler/Skylark", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "rwbutler": "github@rwbutler.com" |
| }, |
| "source": { |
| "git": "https://github.com/rwbutler/Skylark.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "9.3" |
| }, |
| "frameworks": "XCTest", |
| "source_files": "Skylark/Classes/**/*" |
| } |