From 18cac094cbc69e9e36949f7cdc4d08786bdaa566 Mon Sep 17 00:00:00 2001 From: Michele Riva Date: Wed, 17 Jul 2024 17:54:56 -0700 Subject: [PATCH] removes unsupported devices --- OramaCloudClient.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OramaCloudClient.podspec b/OramaCloudClient.podspec index b1c95a0..8bead46 100644 --- a/OramaCloudClient.podspec +++ b/OramaCloudClient.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |spec| spec.license = { :type => "Apache 2.0", :file => "LICENSE.md" } spec.author = { 'Orama' => 'info@oramasearch.com' } spec.documentation_url = "https://docs.orama.com/cloud" - spec.platforms = { :ios => "16.0", :osx => "13.0", :watchos => "9.0", :tvos => "16.0" } + spec.platforms = { :ios => "16.0", :osx => "13.0" } spec.swift_version = "5.1" spec.source = { :git => "https://github.com/askorama/oramacloud-client-swift.git", :tag => spec.version } spec.source_files = "Sources/oramacloud-client/**/*.swift"