blob: 557ea0774fa5ec2694fccb5f6162afc5d75876a3 [file] [log] [blame]
{
"name": "NimbleRxTest",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"homepage": "https://github.com/Badlazzor/NimbleRxTest",
"authors": {
"Balázs Hajagos": "badlazzor@gmail.com"
},
"summary": "NimbleRxTest couples together RxTest and Nimble from Quick",
"description": "This tiny helper library helps connecting one of the most popular testing library for swift (Quick) with the reactive world. First when I had to write tests for a reactive project I was struggling with RxBlocking or event unwrapping usually using .debug() to help understanding what is exactly happening in a reactive chain. After a while I thought \"Oh, come on! I have this lovely Nimble thingy and I know XCAssert helper things was created for RxTest, why not do the same in Nimble?\". Before I realised I used the same code to help me with binding Nimble and Rx together in 3 or 4 projects copying the same files in every one of them.\n\nAnd so the NimbleRxTest lib was born.",
"source": {
"git": "https://github.com/Badlazzor/NimbleRxTest.git",
"tag": "1.0.0"
},
"requires_arc": true,
"swift_version": "4.2",
"source_files": "NimbleRxTest/**/*.{swift,h,m}",
"platforms": {
"ios": "9.0"
},
"dependencies": {
"Nimble": [
],
"Quick": [
],
"RxSwift": [
],
"RxTest": [
]
}
}