Skip to content

Commit

Permalink
removes unsupported devices
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Jul 18, 2024
1 parent 03fac6d commit 18cac09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OramaCloudClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |spec|
spec.license = { :type => "Apache 2.0", :file => "LICENSE.md" }
spec.author = { 'Orama' => '[email protected]' }
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"
Expand Down

0 comments on commit 18cac09

Please sign in to comment.