RxAlamofire added
This commit is contained in:
parent
5f7a762ee1
commit
1df07a49ae
3
Cartfile
3
Cartfile
|
|
@ -1,4 +1,5 @@
|
|||
github "CocoaLumberjack/CocoaLumberjack" ~> 2.2
|
||||
github "ReactiveX/RxSwift" ~> 2.6
|
||||
github "lyft/mapper" ~> 3.0
|
||||
github "Alamofire/Alamofire" ~> 3.4
|
||||
github "Alamofire/Alamofire" ~> 3.4
|
||||
github "RxSwiftCommunity/RxAlamofire" ~> 1.1
|
||||
|
|
@ -15,4 +15,5 @@ Pod::Spec.new do |s|
|
|||
s.dependency "RxSwift", '~> 2.6'
|
||||
s.dependency "RxCocoa", '~> 2.6'
|
||||
s.dependency "Alamofire", '~> 3.4'
|
||||
s.dependency "RxAlamofire", '~> 1.1'
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue