blob: 13fe77cb03277bdafec0b4f9d292f8260a95db73 [file] [log] [blame]
{
"name": "KIF-Kiwi",
"version": "0.2.5",
"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",
"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.5"
},
"social_media_url": "https://twitter.com/IndieGoGo",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"Kiwi": [
"~> 2.0"
],
"KIF": [
"~> 3.0"
]
},
"frameworks": "XCTest"
}