blob: b40103bd216e8256db92d3575d7d64dadc8e9a65 [file] [log] [blame]
{
"name": "RxTestExt",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "RxTestExt/Core/**/*",
"dependencies": {
"RxTest": [
"~> 4.0.0"
]
}
},
{
"name": "XCTest",
"source_files": "RxTestExt/XCTest/**/*",
"dependencies": {
"RxTestExt/Core": [
]
},
"frameworks": "XCTest"
},
{
"name": "Nimble",
"source_files": "RxTestExt/Nimble/**/*",
"dependencies": {
"RxTestExt/Core": [
],
"Nimble": [
"~> 7.0"
]
}
}
]
}