update RxAlamofire version in podspec

This commit is contained in:
Ivan Smolin 2016-10-03 15:33:43 +03:00
parent cddce07753
commit bd636a8fc3
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +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'
s.dependency "RxAlamofire", '~> 2.5'
end