diff --git a/Cartfile b/Cartfile index f17f09a3..c0738da1 100644 --- a/Cartfile +++ b/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 \ No newline at end of file +github "Alamofire/Alamofire" ~> 3.4 +github "RxSwiftCommunity/RxAlamofire" ~> 1.1 \ No newline at end of file diff --git a/LeadKit.podspec b/LeadKit.podspec index 437e88a1..fa45988b 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -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