From 86002c0b7691ca6fb61393aa7ae63b192ffc656f Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Wed, 23 Nov 2016 09:19:23 +0300 Subject: [PATCH] [Update] LeadKit (0.2.6) --- LeadKit/0.2.6/LeadKit.podspec | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 LeadKit/0.2.6/LeadKit.podspec diff --git a/LeadKit/0.2.6/LeadKit.podspec b/LeadKit/0.2.6/LeadKit.podspec new file mode 100644 index 0000000..a05b869 --- /dev/null +++ b/LeadKit/0.2.6/LeadKit.podspec @@ -0,0 +1,17 @@ +Pod::Spec.new do |s| + s.name = "LeadKit" + s.version = "0.2.6" + 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" + s.author = "Touch Instinct" + s.platform = :ios, "9.0" + 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 "RxSwift", '3.0.1' + s.dependency "RxCocoa", '3.0.1' + s.dependency "RxAlamofire", '3.0.0' + s.dependency "ObjectMapper", '~> 2.1' +end