2 "name": "NimbleRxTest",
8 "homepage": "https://github.com/Badlazzor/NimbleRxTest",
10 "Balázs Hajagos": "badlazzor@gmail.com"
12 "summary": "NimbleRxTest couples together RxTest and Nimble from Quick",
13 "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.",
15 "git": "https://github.com/Badlazzor/NimbleRxTest.git",
19 "swift_version": "4.2",
20 "source_files": "NimbleRxTest/**/*.{swift,h,m}",