blob: bf75c9f01fe7b80bb09103d4131a675bc8260edc [file] [log] [blame]
{
"name": "RxExpect",
"version": "1.2.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.2.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"
]
}
}