Try to fix commonCrypto

This commit is contained in:
Alexey Gerasimov 2017-04-26 17:06:44 +03:00
parent 5e308d5f0f
commit 1209bdbfed
1 changed files with 1 additions and 1 deletions

View File

@ -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