From 6392a42a4abc1aaee4bacf862ee7a44d244c19ee Mon Sep 17 00:00:00 2001 From: Nikolai Ashanin Date: Fri, 24 Mar 2017 22:41:07 +0300 Subject: [PATCH] Update and rename LeadKit/0.4.4/LeadKit.podspec to LeadKit/0.4.5/LeadKit.podspec --- LeadKit/{0.4.4 => 0.4.5}/LeadKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename LeadKit/{0.4.4 => 0.4.5}/LeadKit.podspec (89%) diff --git a/LeadKit/0.4.4/LeadKit.podspec b/LeadKit/0.4.5/LeadKit.podspec similarity index 89% rename from LeadKit/0.4.4/LeadKit.podspec rename to LeadKit/0.4.5/LeadKit.podspec index c3f098e..db32c87 100644 --- a/LeadKit/0.4.4/LeadKit.podspec +++ b/LeadKit/0.4.5/LeadKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKit" - s.version = "0.4.4" + s.version = "0.4.5" 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" @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/TouchInstinct/LeadKit.git", :tag => s.version } s.source_files = "LeadKit/LeadKit/**/*.swift" - s.dependency "CocoaLumberjack/Swift", '~> 3.0.0' + s.dependency "CocoaLumberjack/Swift", '~> 3.1.0' s.dependency "RxSwift", '3.2.0' s.dependency "RxCocoa", '3.2.0' s.dependency "RxAlamofire", '3.0.0'