blob: f3dcb6f669e32104eb4b3d5a213aff2811505f9c [file] [log] [blame]
{
"name": "KIF-Kiwi",
"version": "0.2.1",
"summary": "Enable Behaviour-Driven Integration Tests built on KIF using Kiwi syntax",
"description": " Write Kiwi specs to drive KIF actor through 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",
"Irvin Zhan": "irvintzhan@gmail.com"
},
"source": {
"git": "https://github.com/IndieGoGo/KIF-Kiwi.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/IndieGoGo",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"Kiwi": [
"~> 2.3.0"
],
"KIF": [
"~> 3.0.7"
]
},
"frameworks": "XCTest"
}