RxAlamofire added

This commit is contained in:
Grigory Ulanov 2016-08-12 11:44:00 +03:00
parent 5f7a762ee1
commit 1df07a49ae
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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