blob: 0a8e0b08b151b58ddb5ca4f33c092aa8a35c693c [file] [log] [blame]
{
"name": "RxExpect",
"version": "0.1.1",
"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": "0.1.1"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"frameworks": "XCTest",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"dependencies": {
"RxSwift": [
"~> 2.5"
],
"RxCocoa": [
"~> 2.5"
],
"RxTests": [
"~> 2.5"
]
}
}