blob: 691cb5a0db1d42908e875ceaaf5ea0879e90d3a2 [file] [log] [blame]
{
"name": "KIF-Kiwi",
"version": "1.0",
"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",
"homepage": "https://github.com/paulz/KIF-Kiwi",
"license": "MIT",
"authors": {
"Paul Zabelin": "https://github.com/paulz"
},
"source": {
"git": "https://github.com/paulz/KIF-Kiwi.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/iospaulz",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"Kiwi": [
"~> 3.0"
],
"KIF": [
"~> 3.0"
]
},
"frameworks": "XCTest"
}