blob: 4f4f0ab64d9c2d34772a2f35fa6dc8defc5c4abb [file] [log] [blame]
{
"name": "KIF-Kiwi",
"version": "0.2.2",
"summary": "Enable Behaviour-Driven Integration Tests built on KIF using Kiwi syntax, supports Xcode 6.0",
"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.2"
},
"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"
}