From 1209bdbfed0fb430365ebc54ab7e6f8c66625418 Mon Sep 17 00:00:00 2001 From: Alexey Gerasimov Date: Wed, 26 Apr 2017 17:06:44 +0300 Subject: [PATCH] Try to fix commonCrypto --- LeadKitAdditions.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LeadKitAdditions.podspec b/LeadKitAdditions.podspec index b9c36ee..9955116 100644 --- a/LeadKitAdditions.podspec +++ b/LeadKitAdditions.podspec @@ -7,7 +7,7 @@ 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/LeadKitAdditions/**/*.swift" + s.source_files = "LeadKitAdditions/**/*.*" s.dependency "LeadKit", '~> 0.4.6' end