blob: 3aa6bb273292a99cff7c6b963a0dac802989c1bc [file] [log] [blame]
{
"name": "RxExpect",
"version": "0.0.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.0.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"
]
}
}