Updated Podspecs to use RxSwift 5.1.0

This commit is contained in:
krasich74 2020-05-07 19:57:30 +03:00
parent dc102b1f73
commit b6be1163b3
1 changed files with 3 additions and 3 deletions

View File

@ -93,9 +93,9 @@ Pod::Spec.new do |s|
"Sources/Structures/DataLoading/PaginationDataLoading/*"
]
ss.dependency "RxSwift", '~> 4'
ss.dependency "RxCocoa", '~> 4'
ss.dependency "RxAlamofire", '~> 4'
ss.dependency "RxSwift", '~> 5.1.0'
ss.dependency "RxCocoa", '~> 5.1.0'
ss.dependency "RxAlamofire", '~> 5.2.0'
ss.dependency "SwiftDate", '~> 6'
ss.ios.dependency "TableKit", '~> 2.8'