[Add] DebugSwift 0.3.9
[CocoaPods.git] / Specs / a / b / 1 / RxBlocking / 1.9.1 / RxBlocking.podspec.json
blob62cc56ee9c9a51c6eea61d6fb8c6c3a734fceb41
2   "name": "RxBlocking",
3   "version": "1.9.1",
4   "summary": "RxSwift Blocking operatos",
5   "description": "Set of blocking operators for unit testing",
6   "homepage": "https://github.com/kzaher/RxSwift",
7   "license": "MIT",
8   "authors": {
9     "Krunoslav Zaher": "krunoslav.zaher@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/kzaher/RxSwift.git",
13     "tag": "1.9.1"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9"
19   },
20   "source_files": "RxBlocking/RxBlocking/**/*.swift",
21   "dependencies": {
22     "RxSwift": [
23       "~> 1.0"
24     ]
25   }