blob: bfa1158274aa640489d91b4562d63ef2efeed041 [file] [log] [blame]
{
"name": "KIF-Kiwi",
"version": "0.2.0",
"summary": "Enable Behaviour Driven Integration Tests based on Kiwi using KIF",
"description": " Write Kiwi specs to drive KIF actor thorugh user interface actions\n\n * capture screenshots for failing tests\n * share common setup using spec context\n",
"homepage": "https://github.com/IndieGoGo/KIF-Kiwi",
"license": "MIT",
"authors": {
"Indiegogo": "tech+gogopair@indiegogo.com",
"Paul Zabelin": "paul@indiegogo.com"
},
"source": {
"git": "https://github.com/IndieGoGo/KIF-Kiwi.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/IndieGoGo",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"Kiwi/XCTest": [
"~> 2.2.4"
],
"KIF/XCTest": [
]
},
"frameworks": "XCTest"
}