From 374edb25e83816706227f29ce99feba5d825d0a0 Mon Sep 17 00:00:00 2001 From: anukhov Date: Wed, 1 Feb 2017 12:50:15 +0300 Subject: [PATCH] Podspec changed: RxSwift 3.2.0 --- LeadKit.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LeadKit.podspec b/LeadKit.podspec index d5a31e84..d6be5f3b 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKit" - s.version = "0.3.2" + s.version = "0.3.3" s.summary = "iOS framework with a bunch of tools for rapid development" s.homepage = "https://github.com/TouchInstinct/LeadKit" s.license = "Apache License, Version 2.0" @@ -10,8 +10,8 @@ Pod::Spec.new do |s| s.source_files = "LeadKit/LeadKit/**/*.swift" s.dependency "CocoaLumberjack/Swift", '~> 3.0.0' - s.dependency "RxSwift", '3.0.1' - s.dependency "RxCocoa", '3.0.1' + s.dependency "RxSwift", '3.2.0' + s.dependency "RxCocoa", '3.2.0' s.dependency "RxAlamofire", '3.0.0' s.dependency "ObjectMapper", '~> 2.1' end