blob: ff531fbc1589e9ae681ef0401c7c90d7020d5831 [file] [log] [blame]
{
"name": "RxExpect",
"version": "1.0.0",
"summary": "The RxSwift testing framework",
"homepage": "https://github.com/devxoul/RxExpect",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/RxExpect.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"frameworks": "XCTest",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"dependencies": {
"RxSwift": [
">= 4.0.0"
],
"RxCocoa": [
">= 4.0.0"
],
"RxTest": [
">= 4.0.0"
]
},
"pushed_with_swift_version": "4.0"
}