blob: 706ea6d4657ac533d82968afb311511c38a0ad30 [file] [log] [blame]
{
"name": "RxTestExt",
"version": "0.3.3",
"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.3"
},
"platforms": {
"ios": "9.0"
},
"frameworks": "XCTest",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "RxTestExt/Core/*.{swift}",
"dependencies": {
"RxTest": [
"~> 4"
]
}
},
{
"name": "Relays",
"source_files": "RxTestExt/Relays/*.{swift}",
"dependencies": {
"RxTestExt/Core": [
],
"RxCocoa": [
"~> 4"
]
}
}
]
}