From a0b88aad64677f92fc3b6082aaa1c0d529261dff Mon Sep 17 00:00:00 2001 From: Rohit Warrier Date: Thu, 4 May 2023 18:25:17 +0530 Subject: [PATCH] removing osx, tvos and watchos support --- ReactiveFeedback.podspec | 3 --- 1 file changed, 3 deletions(-) diff --git a/ReactiveFeedback.podspec b/ReactiveFeedback.podspec index 751df5f..fa1a99d 100644 --- a/ReactiveFeedback.podspec +++ b/ReactiveFeedback.podspec @@ -12,9 +12,6 @@ Pod::Spec.new do |s| s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Babylon iOS" => "ios.development@babylonhealth.com" } s.ios.deployment_target = '12.0' - s.osx.deployment_target = '12.0' - s.watchos.deployment_target = '9.0' - s.tvos.deployment_target = '13.0' s.source = { :git => "https://github.com/Babylonpartners/ReactiveFeedback.git", :tag => "#{s.version}" } s.source_files = "ReactiveFeedback/*.{swift}"