[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 4 / d / RxTestExt / 0.3.1 / RxTestExt.podspec.json
blob65fa54c36fce038ef2961b699c96d931b9f3bbb7
2   "name": "RxTestExt",
3   "version": "0.3.1",
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.3.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "RxTestExt/**/*",
22   "frameworks": "XCTest",
23   "dependencies": {
24     "RxTest": [
25       "~> 4.0.0"
26     ]
27   },
28   "pushed_with_swift_version": "4.0"