From 2e0b76f54ef6b95f64d5ad4829ff66f67ea2358a Mon Sep 17 00:00:00 2001 From: Alexey Gerasimov Date: Tue, 23 May 2017 20:27:24 +0300 Subject: [PATCH] Deployment target fixed --- LeadKitAdditions.podspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LeadKitAdditions.podspec b/LeadKitAdditions.podspec index 8b4a1e2..b517637 100644 --- a/LeadKitAdditions.podspec +++ b/LeadKitAdditions.podspec @@ -9,6 +9,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/NikAshanin/LeadKitAdditions.git", :tag => s.version } s.subspec 'Core' do |ss| + ss.ios.deployment_target = '9.0' ss.source_files = "LeadKitAdditions/Sources/**/*.swift" ss.dependency "LeadKit", '0.5.1' @@ -17,6 +18,7 @@ Pod::Spec.new do |s| end s.subspec 'Core-iOS-Extension' do |ss| + ss.platform = :ios, '9.0' ss.source_files = "LeadKitAdditions/Sources/**/*.swift" ss.dependency "LeadKit/Core-iOS-Extension", '0.5.1'