Updated Podspecs to use RxSwift 5.1.0
This commit is contained in:
parent
dc102b1f73
commit
b6be1163b3
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue