From 02eaa09ff7f68744caaead185b41747a80693b5f Mon Sep 17 00:00:00 2001 From: Alexey Gerasimov Date: Wed, 26 Apr 2017 17:15:02 +0300 Subject: [PATCH] Keychain dependency added --- LeadKitAdditions.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LeadKitAdditions.podspec b/LeadKitAdditions.podspec index 9955116..d035a68 100644 --- a/LeadKitAdditions.podspec +++ b/LeadKitAdditions.podspec @@ -7,7 +7,8 @@ Pod::Spec.new do |s| 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/**/*.*" + s.source_files = "LeadKitAdditions/**/*.{swift, h}" s.dependency "LeadKit", '~> 0.4.6' + s.dependency "KeychainAccess" end