[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / a / 4 / 2 / RxExpect / 0.6.1 / RxExpect.podspec.json
blob49fee10a4c101be98f853295a2be8253c79572bc
2   "name": "RxExpect",
3   "version": "0.6.1",
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": "0.6.1"
16   },
17   "source_files": "Sources/*.swift",
18   "requires_arc": true,
19   "frameworks": "XCTest",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.10",
23     "tvos": "9.0"
24   },
25   "dependencies": {
26     "RxSwift": [
27       ">= 3.4"
28     ],
29     "RxCocoa": [
30       ">= 3.4"
31     ],
32     "RxTest": [
33       ">= 3.4"
34     ]
35   },
36   "pushed_with_swift_version": "3.1"