[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / b / 1 / RxBlocking / 6.7.1 / RxBlocking.podspec.json
blob29fb653774ffd351a717e74a0c05701a3ef0ec62
2   "name": "RxBlocking",
3   "version": "6.7.1",
4   "summary": "RxSwift Blocking operators",
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": "6.7.1"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.10",
19     "watchos": "3.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       "6.7.1"
30     ]
31   },
32   "swift_versions": "5.1",
33   "pod_target_xcconfig": {
34     "APPLICATION_EXTENSION_API_ONLY": "YES"
35   },
36   "swift_version": "5.1"