Skip to content

Commit

Permalink
chore: bump swift version in the podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavFitz committed Feb 1, 2024
1 parent 47675d3 commit e4bc393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AlgoliaSearchClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |spec|
spec.author = { 'Algolia' => '[email protected]' }
spec.documentation_url = "https://www.algolia.com/doc/api-client/getting-started/what-is-the-api-client/swift/"
spec.platforms = { :ios => "14.0", :osx => "11.0", :watchos => "7.0", :tvos => "14.0" }
spec.swift_version = "5.1"
spec.swift_version = "5.8"
spec.source = { :git => "https://github.com/algolia/algoliasearch-client-swift.git", :tag => spec.version }
spec.source_files = "Sources/AlgoliaSearchClient/**/*.swift"
end

0 comments on commit e4bc393

Please sign in to comment.