blob: 547fd9337a7aa2ee5a9c19b2b1e582df4485d33a [file] [log] [blame]
{
"name": "Kiwi-KIF",
"version": "1.0.1",
"summary": "Allows to write KIF integration tests using Kiwi framework",
"homepage": "https://github.com/garnett/Kiwi-KIF",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Denis Lebedev": "d2.lebedev@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/garnett/Kiwi-KIF.git",
"tag": "1.0.1"
},
"requires_arc": true,
"dependencies": {
"KIF": [
"~>2.0.0"
]
},
"default_subspecs": [
"SenTestingKit"
],
"subspecs": [
{
"name": "SenTestingKit",
"frameworks": "SenTestingKit",
"source_files": "src",
"dependencies": {
"Kiwi/SenTestingKit": [
"~>2.2.3"
]
}
},
{
"name": "XCTest",
"frameworks": "SenTestingKit",
"source_files": "src",
"dependencies": {
"Kiwi/XCTest": [
"~>2.2.3"
]
}
}
]
}