blob: f0290f8791991b7f0dcb1019b659126af2206b57 [file] [log] [blame]
{
"name": "ResultRxExtensions",
"version": "0.1.0",
"summary": "ResultRxExtensions provides a more convenient way of using Result with RxSwift",
"homepage": "https://github.com/sergeysmagleev/ResultRxExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sergey Smagleev": "sergey@door2door.io"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/sergeysmagleev/ResultRxExtensions.git",
"tag": "0.1.0"
},
"source_files": "Source/**/*.{swift}",
"requires_arc": true,
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"Result": [
"~> 3.0"
]
}
}