From bceb321906bc73e87620658feedcae807bb507b8 Mon Sep 17 00:00:00 2001 From: Artyom Devyatov Date: Wed, 17 Feb 2016 23:08:32 +0300 Subject: [PATCH] podspec --- LeadKit.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 LeadKit.podspec diff --git a/LeadKit.podspec b/LeadKit.podspec new file mode 100644 index 00000000..7383b8ed --- /dev/null +++ b/LeadKit.podspec @@ -0,0 +1,14 @@ + +Pod::Spec.new do |s| + s.name = "LeadKit" + s.version = "0.0.1" + 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, "8.0" + s.source = { :git => "https://github.com/TouchInstinct/LeadKit.git" } + s.source_files = "LeadKit/LeadKit/**/*.{h,m}" + + s.dependency "CocoaLumberjack", "2.2.0" +end