blob: 21a725456bfdc5e6beb7d8edd88569a353aaef6a [file] [log] [blame]
{
"name": "RxSwiftAutoRetry",
"version": "0.9.0",
"summary": "RxSwiftAutoRetry allows user to retry stream after exponential time",
"swift_version": "4.2",
"homepage": "https://github.com/SwingDev/RxSwiftAutoRetry",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Krystian Bujak": "krystian.bujak@swingdev.io"
},
"source": {
"git": "https://github.com/SwingDev/RxSwiftAutoRetry.git",
"tag": "0.9.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/*.swift",
"dependencies": {
"RxSwift": [
"~> 4.4"
]
}
}