From a4cbf6ffd370e0cddd644c006d9704c676ec73f2 Mon Sep 17 00:00:00 2001 From: Queue-It Date: Wed, 4 Mar 2020 17:38:22 +0100 Subject: [PATCH] Inherit platform --- QueueITLibrary.podspec | 1 - 1 file changed, 1 deletion(-) diff --git a/QueueITLibrary.podspec b/QueueITLibrary.podspec index 59da099..c7f1bad 100644 --- a/QueueITLibrary.podspec +++ b/QueueITLibrary.podspec @@ -6,7 +6,6 @@ s.homepage = "https://github.com/queueit/ios-webui-sdk" s.license = 'MIT' s.authors = { 'Queue-It' => 'https://queue-it.com' } s.platform = :ios, '11.4' -s.ios.deployment_target = '11.4' s.source = { :git => 'https://github.com/queueit/ios-webui-sdk.git', :tag => '2.13.0' } s.requires_arc = true s.source_files = "QueueITLib/*.{h,m}"