[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / 4 / d / RxTestExt / 0.4.0 / RxTestExt.podspec.json
blob6e434d97409b0d4823178191720be220ec33767a
2   "name": "RxTestExt",
3   "version": "0.4.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/RxSwiftCommunity/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/RxSwiftCommunity/RxTestExt.git",
16     "tag": "0.4.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "frameworks": "XCTest",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": [
26         "RxTestExt/Core/*.{swift}",
27         "RxTestExt/Assertion/*.{swift}"
28       ],
29       "dependencies": {
30         "RxTest": [
31           "~> 5.0"
32         ]
33       }
34     },
35     {
36       "name": "Relays",
37       "source_files": "RxTestExt/Relays/*.{swift}",
38       "dependencies": {
39         "RxTestExt/Core": [
41         ],
42         "RxRelay": [
43           "~> 5.0"
44         ]
45       }
46     }
47   ]