[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / 4 / 2 / RxExpect / 2.0.0 / RxExpect.podspec.json
blobdd55872c89ffe00df07667b153775b980e877375
2   "name": "RxExpect",
3   "version": "2.0.0",
4   "summary": "The RxSwift testing framework",
5   "homepage": "https://github.com/devxoul/RxExpect",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Suyeol Jeon": "devxoul@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/devxoul/RxExpect.git",
15     "tag": "2.0.0"
16   },
17   "source_files": "Sources/**/*.swift",
18   "requires_arc": true,
19   "swift_versions": "5.0",
20   "frameworks": "XCTest",
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.10",
24     "tvos": "9.0"
25   },
26   "dependencies": {
27     "RxSwift": [
28       "~> 5.0"
29     ],
30     "RxCocoa": [
31       "~> 5.0"
32     ],
33     "RxTest": [
34       "~> 5.0"
35     ]
36   },
37   "swift_version": "5.0"