[Add] ijkmedia-framework 1.0.0
[CocoaPods.git] / Specs / d / 9 / 8 / NimbleRxTest / 1.0.0 / NimbleRxTest.podspec.json
blob557ea0774fa5ec2694fccb5f6162afc5d75876a3
2   "name": "NimbleRxTest",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.md"
7   },
8   "homepage": "https://github.com/Badlazzor/NimbleRxTest",
9   "authors": {
10     "Balázs Hajagos": "badlazzor@gmail.com"
11   },
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.",
14   "source": {
15     "git": "https://github.com/Badlazzor/NimbleRxTest.git",
16     "tag": "1.0.0"
17   },
18   "requires_arc": true,
19   "swift_version": "4.2",
20   "source_files": "NimbleRxTest/**/*.{swift,h,m}",
21   "platforms": {
22     "ios": "9.0"
23   },
24   "dependencies": {
25     "Nimble": [
27     ],
28     "Quick": [
30     ],
31     "RxSwift": [
33     ],
34     "RxTest": [
36     ]
37   }