blob: 0d7f9f32a7ba7d6dc00b4c6687a31d229938b598 [file] [log] [blame]
{
"name": "RxTestExt",
"version": "0.3.2",
"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/RxSwiftCommunity/RxTestExt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mosamer": "mostafamamer@gmail.com"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxTestExt.git",
"tag": "0.3.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RxTestExt/**/*",
"frameworks": "XCTest",
"dependencies": {
"RxTest": [
"~> 4.0.0"
]
},
"pushed_with_swift_version": "4.0"
}