Up version of Alamofire and RxAlamofire

This commit is contained in:
Vlad 2020-09-03 21:19:30 +03:00
parent 80f26d932c
commit ec02ac7be6
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
github "malcommac/SwiftDate"
github "Alamofire/Alamofire"
github "RxSwiftCommunity/RxAlamofire" ~> 5.1.0
github "RxSwiftCommunity/RxAlamofire" ~> 5.6.0
github "TouchInstinct/TableKit"
github "ReactiveX/RxSwift" ~> 5.1.0
github "pronebird/UIScrollView-InfiniteScroll"

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "LeadKit"
s.version = "0.10.0"
s.version = "0.10.1"
s.summary = "iOS framework with a bunch of tools for rapid development"
s.homepage = "https://github.com/TouchInstinct/LeadKit"
s.license = "Apache License, Version 2.0"
@ -94,7 +94,7 @@ Pod::Spec.new do |s|
ss.dependency "RxSwift", '~> 5.1.0'
ss.dependency "RxCocoa", '~> 5.1.0'
ss.dependency "RxAlamofire", '~> 5.2.0'
ss.dependency "RxAlamofire", '~> 5.6.0'
ss.dependency "SwiftDate", '~> 6'
ss.ios.dependency "TableKit", '~> 2.8'