blob: 65fa54c36fce038ef2961b699c96d931b9f3bbb7 [file] [log] [blame]
{
"name": "RxTestExt",
"version": "0.3.1",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RxTestExt/**/*",
"frameworks": "XCTest",
"dependencies": {
"RxTest": [
"~> 4.0.0"
]
},
"pushed_with_swift_version": "4.0"
}