blob: d947e37a3b9857ffbd2dabb9e95373295b06353c [file] [log] [blame]
{
"name": "RxTestExt",
"version": "0.3.0",
"summary": "A collection of operators & tools not found in the core RxTest distribution.",
"description": "Provide developers with extensions for RxTest. The library includes a set of extensions for test schedulers and assertions on testable observers.",
"homepage": "https://github.com/mosamer/RxTestExt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mosamer": "mostafamamer@gmail.com"
},
"source": {
"git": "https://github.com/mosamer/RxTestExt.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RxTestExt/**/*",
"frameworks": "XCTest",
"dependencies": {
"RxTest": [
"~> 4.0.0"
]
},
"pushed_with_swift_version": "4.0"
}