From 3046adc0c7812a9ba431773f6f41e1ac0f563fb6 Mon Sep 17 00:00:00 2001 From: nikAshanin Date: Thu, 6 Apr 2017 21:23:34 +0300 Subject: [PATCH] add podspec --- LeadKitAdditions.podspec | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 LeadKitAdditions.podspec diff --git a/LeadKitAdditions.podspec b/LeadKitAdditions.podspec new file mode 100644 index 0000000..52bc541 --- /dev/null +++ b/LeadKitAdditions.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = "LeadKitAdditions" + s.version = "0.0.1" + s.summary = "iOS framework with a bunch of tools for rapid development" + s.homepage = "https://github.com/NikAshanin/LeadKitAdditions" + s.license = "Apache License, Version 2.0" + s.author = "Touch Instinct" + s.platform = :ios, "9.0" + s.source = { :git => "https://github.com/NikAshanin/LeadKitAdditions.git", :tag => s.version } + s.source_files = "LeadKitAdditions/LeadKitAdditions/**/*.swift" + + s.dependency "LeadKit", '~> 0.4.6' +end