[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / a / b / 1 / RxBlocking / 4.0.0-beta.0 / RxBlocking.podspec.json
blob93c42a1c9a9fd45dfd62d66225e4682d5f603d6d
2   "name": "RxBlocking",
3   "version": "4.0.0-beta.0",
4   "summary": "RxSwift Blocking operatos",
5   "description": "Set of blocking operators for RxSwift. These operators are mostly intended for unit/integration tests\nwith a couple of other special scenarios where they could be useful.\n\nE.g.\n\nWaiting for observable sequence to complete before exiting command line application.",
6   "homepage": "https://github.com/ReactiveX/RxSwift",
7   "license": "MIT",
8   "authors": {
9     "Krunoslav Zaher": "krunoslav.zaher@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ReactiveX/RxSwift.git",
13     "tag": "4.0.0-beta.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "source_files": [
23     "RxBlocking/**/*.swift",
24     "Platform/**/*.swift"
25   ],
26   "exclude_files": "RxBlocking/Platform/**/*.swift",
27   "dependencies": {
28     "RxSwift": [
29       "~> 4.0.0-beta.0"
30     ]
31   },
32   "pushed_with_swift_version": "4.0-DEVELOPMENT-SNAPSHOT-2017-08-04-a"