[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / f / e / 4 / RxTestPlus / 0.1.1 / RxTestPlus.podspec.json
blobe1ee2b61535ace479cbe56a91f71589f7bb031bf
2   "name": "RxTestPlus",
3   "version": "0.1.1",
4   "summary": "RxTestPlus is a library that gives you flexibility to write tests more declaratively",
5   "description": "This is a set of extension functions that helps you write Rxtests in a declarative manor. \nThe aim is to improve the readability and minimise the risk of making errors in boiler plate code. \n\nThe method names are purposely the same as RxJava2 so that you can copy the testing approach from any android application.",
6   "homepage": "https://github.com/sindhu238/RxTestPlus",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sindhu238": "srisindhusaride@gmail.com",
13     "markGilchrist": "theheadchef@gameforeverything.com"
14   },
15   "source": {
16     "git": "https://github.com/sindhu238/RxTestPlus.git",
17     "tag": "0.1.1"
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "RxTestPlus/Classes/**/*",
23   "swift_versions": "5.1",
24   "dependencies": {
25     "RxSwift": [
27     ],
28     "RxTest": [
30     ]
31   },
32   "ios": {
33     "frameworks": "XCTest"
34   },
35   "weak_frameworks": "XCTest",
36   "swift_version": "5.1"