[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / b / 1 / RxBlocking / 2.0.0-alpha.4 / RxBlocking.podspec.json
bloba2cd22256cf3d430fa2ba311e0a649dcb8a9a22a
2   "name": "RxBlocking",
3   "version": "2.0.0-alpha.4",
4   "summary": "RxSwift Blocking operatos",
5   "description": "Set of blocking operators for unit testing",
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": "2.0.0-alpha.4"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "watchos": "2.0"
20   },
21   "source_files": "RxBlocking/**/*.swift",
22   "dependencies": {
23     "RxSwift": [
24       "~> 2.0.0-alpha"
25     ]
26   }