From 06bc7e5ab2886c83a6c8cbbde3edda07b4c420a3 Mon Sep 17 00:00:00 2001 From: Nikolai Ashanin Date: Mon, 10 Apr 2017 18:57:25 +0300 Subject: [PATCH] Create LeadKit.podspec --- LeadKit/0.4.7/LeadKit.podspec | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 LeadKit/0.4.7/LeadKit.podspec diff --git a/LeadKit/0.4.7/LeadKit.podspec b/LeadKit/0.4.7/LeadKit.podspec new file mode 100644 index 0000000..e490a6c --- /dev/null +++ b/LeadKit/0.4.7/LeadKit.podspec @@ -0,0 +1,19 @@ +Pod::Spec.new do |s| + s.name = "LeadKit" + s.version = "0.4.7" + 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.1.0' + s.dependency "RxSwift", '3.2.0' + s.dependency "RxCocoa", '3.2.0' + s.dependency "RxAlamofire", '3.0.0' + s.dependency "ObjectMapper", '~> 2.1' + s.dependency "Toast-Swift", '~> 2.0.0' + s.dependency "TableKit", '~> 2.3.1' +end