[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / a / 6 / RxAdvancedNimble / 1.0.2 / RxAdvancedNimble.podspec.json
blob5fca21406608a0b320432eb392c805914c1828bc
2   "name": "RxAdvancedNimble",
3   "version": "1.0.2",
4   "summary": "Nimble extensions that make unit testing with RxSwift easier",
5   "description": "This library includes functions that make testing RxSwift projects easier with Nimble.",
6   "homepage": "https://github.com/Pr0Ger/RxAdvancedNimble",
7   "authors": {
8     "Sergey Petrov": "me@pr0ger.org"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/Pr0Ger/RxAdvancedNimble.git",
21     "tag": "1.0.2"
22   },
23   "source_files": "Sources/ReactiveExpectation.swift",
24   "dependencies": {
25     "Nimble": [
26       "~> 4.0"
27     ],
28     "RxSwift": [
29       "~> 2.0"
30     ],
31     "RxBlocking": [
32       "~> 2.0"
33     ]
34   }