blob: bbf946a05360409a77ac2df28ef7f70c6f0f4404 [file] [log] [blame]
{
"name": "RxAdvancedNimble",
"version": "1.0.0",
"summary": "Nimble extensions that make unit testing with RxSwift easier",
"description": "This library includes functions that make testing RxSwift projects easier with Nimble.",
"homepage": "https://github.com/Pr0Ger/RxAdvancedNimble",
"authors": {
"Sergey Petrov": "me@pr0ger.org"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Pr0Ger/RxAdvancedNimble.git",
"tag": "1.0.0"
},
"source_files": "Sources/ReactiveExpectation.swift",
"dependencies": {
"Nimble": [
"~> 4.0"
],
"RxSwift": [
"~> 2.0"
],
"RxBlocking": [
"~> 2.0"
]
}
}