blob: 15abb059eea7471c94cf911a003056922cc373d2 [file] [log] [blame]
{
"name": "KIF-Kiwi",
"version": "0.1.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.1.0"
},
"social_media_url": "https://twitter.com/IndieGoGo",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"Kiwi": [
],
"KIF": [
]
},
"frameworks": "XCTest"
}