blob: 52a81fb71bacb6db2eeb64c488f1134da0545991 [file] [log] [blame]
{
"name": "KIF-Quick",
"version": "1.0.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 * capture screenshots for failing tests\n\t\t * share common setup using spec context",
"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.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KIF-Quick/Classes",
"frameworks": "XCTest",
"dependencies": {
"KIF": [
"~> 3.0"
],
"Quick": [
"~> 0.9.3"
]
},
"pushed_with_swift_version": "2.3"
}