[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 4 / d / RxTestExt / 0.1.0 / RxTestExt.podspec.json
blobb40103bd216e8256db92d3575d7d64dadc8e9a65
2   "name": "RxTestExt",
3   "version": "0.1.0",
4   "summary": "A collection of operators & tools not found in the core RxTest distribution.",
5   "description": "Provide developers with extensions for RxTest. The library includes a set of extensions for test schedulers and assertions on testable observers.",
6   "homepage": "https://github.com/mosamer/RxTestExt",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mosamer": "mostafamamer@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/mosamer/RxTestExt.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "default_subspecs": "Core",
22   "pushed_with_swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "RxTestExt/Core/**/*",
27       "dependencies": {
28         "RxTest": [
29           "~> 4.0.0"
30         ]
31       }
32     },
33     {
34       "name": "XCTest",
35       "source_files": "RxTestExt/XCTest/**/*",
36       "dependencies": {
37         "RxTestExt/Core": [
39         ]
40       },
41       "frameworks": "XCTest"
42     },
43     {
44       "name": "Nimble",
45       "source_files": "RxTestExt/Nimble/**/*",
46       "dependencies": {
47         "RxTestExt/Core": [
49         ],
50         "Nimble": [
51           "~> 7.0"
52         ]
53       }
54     }
55   ]