blob: 692e948485ca4c8f65bb6bebac3f1ade6b3a9f62 [file] [log] [blame]
{
"name": "Salad",
"version": "0.0.1",
"summary": "Lightweight cucumber style UI tests for iOS.",
"homepage": "https://github.com/Q42/Salad",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mathijs Kadijk": "mathijs@q42.nl"
},
"source": {
"git": "https://github.com/Q42/Salad.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/Q42",
"swift_versions": "5.0",
"platforms": {
"ios": "11.0",
"osx": "10.11"
},
"source_files": "Sources/Salad/**/*",
"frameworks": [
"XCTest",
"GameplayKit"
],
"swift_version": "5.0"
}