blob: d07f85b8544eaa1b4589a893ff09faa797ac52ef [file] [log] [blame]
{
"name": "RxBehaviorTester",
"version": "0.1.0",
"summary": "Rx chains behavior testing",
"description": "RxBehavior Tester helps with testing Rx chains that have complex behavior by\ncreating matchers that describe the expected behavior of chain",
"homepage": "https://github.com/threeplay/RxBehaviorTester",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eliran Ben-Ezra": "eliran@threeplay.com"
},
"source": {
"git": "https://github.com/threeplay/RxBehaviorTester.git",
"tag": "0.1.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "11.0"
},
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxBlocking": [
"~> 4.0"
]
},
"source_files": "RxBehaviorTester/Classes/**/*"
}