blob: 6e434d97409b0d4823178191720be220ec33767a [file] [log] [blame]
{
"name": "RxTestExt",
"version": "0.4.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/RxSwiftCommunity/RxTestExt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mosamer": "mostafamamer@gmail.com"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxTestExt.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "9.0"
},
"frameworks": "XCTest",
"subspecs": [
{
"name": "Core",
"source_files": [
"RxTestExt/Core/*.{swift}",
"RxTestExt/Assertion/*.{swift}"
],
"dependencies": {
"RxTest": [
"~> 5.0"
]
}
},
{
"name": "Relays",
"source_files": "RxTestExt/Relays/*.{swift}",
"dependencies": {
"RxTestExt/Core": [
],
"RxRelay": [
"~> 5.0"
]
}
}
]
}