[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / 3 / 4 / RxSwiftAutoRetry / 0.9.0 / RxSwiftAutoRetry.podspec.json
blob21a725456bfdc5e6beb7d8edd88569a353aaef6a
2   "name": "RxSwiftAutoRetry",
3   "version": "0.9.0",
4   "summary": "RxSwiftAutoRetry allows user to retry stream after exponential time",
5   "swift_version": "4.2",
6   "homepage": "https://github.com/SwingDev/RxSwiftAutoRetry",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Krystian Bujak": "krystian.bujak@swingdev.io"
13   },
14   "source": {
15     "git": "https://github.com/SwingDev/RxSwiftAutoRetry.git",
16     "tag": "0.9.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Source/*.swift",
22   "dependencies": {
23     "RxSwift": [
24       "~> 4.4"
25     ]
26   }