From 1df07a49aefeb8cff3078f37fd0371b90729e29c Mon Sep 17 00:00:00 2001 From: Grigory Ulanov Date: Fri, 12 Aug 2016 11:44:00 +0300 Subject: [PATCH] RxAlamofire added --- Cartfile | 3 ++- LeadKit.podspec | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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