blob: df7cfdd3c6db550d539009b42b5896f921cec390 [file] [log] [blame]
{
"name": "ReactiveKiwi",
"version": "0.3.0",
"summary": "A RACSignal extension to test signals in Kiwi BDD framework",
"description": "It allows you to test reactive signals without tedious subscribeNext",
"homepage": "https://github.com/haifengkao/ReactiveKiwi",
"license": "MIT",
"authors": {
"Hai Feng Kao": "haifeng@cocoaspice.in"
},
"source": {
"git": "https://github.com/haifengkao/ReactiveKiwi.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ReactiveKiwi/Classes/**/*",
"frameworks": "XCTest",
"dependencies": {
"ReactiveCocoa": [
],
"Kiwi": [
]
}
}