blob: 9ae638b41d7ae79eedb57936f978ef1bd19d34b8 [file] [log] [blame]
{
"name": "KIF-Quick",
"version": "1.1.0",
"summary": "Enable Behaviour-Driven Integration Tests built on KIF using Quick syntax",
"description": "Write Quick specs to drive KIF actors through user interface actions.\n\t\t * share common setup using spec context\n * report XCTest failure with file name and line number\n * install compatible versions of KIF and Quick\n * supports Swift 3.0, 2.3, 2.2",
"homepage": "https://github.com/doordash/KIF-Quick",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Paul Zabelin": "paulz@doordash.com"
},
"source": {
"git": "https://github.com/doordash/KIF-Quick.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KIF-Quick/Classes",
"frameworks": "XCTest",
"dependencies": {
"KIF": [
"~> 3.0"
],
"Quick": [
"~> 1.0"
]
},
"pushed_with_swift_version": "3.0"
}