-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: generated code for commit 2e7e88b.
Co-authored-by: Thomas Raffray <[email protected]>
- Loading branch information
1 parent
2e7e88b
commit 3c2b74b
Showing
579 changed files
with
4,649 additions
and
4,135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,55 @@ Pod::Spec.new do |s| | |
s.name = 'AlgoliaSearchClient' | ||
s.module_name = 'AlgoliaSearchClient' | ||
s.version = '9.0.0-alpha.10' | ||
s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :branch => 'next' } | ||
s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => '9.0.0-alpha.10' } | ||
s.authors = { 'Algolia' => '[email protected]' } | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift/tree/next' | ||
s.summary = 'Algolia Search API Client written in Swift.' | ||
s.documentation_url = 'https://www.algolia.com/doc/api-client/getting-started/what-is-the-api-client/swift/' | ||
s.source_files = 'Sources/**/*.swift' | ||
s.platforms = { :ios => '13.0', :osx => '10.15', :watchos => '6.0', :tvos => '13.0' } | ||
s.ios.deployment_target = '14.0' | ||
s.osx.deployment_target = '11.0' | ||
s.watchos.deployment_target = '7.0' | ||
s.tvos.deployment_target = '14.0' | ||
s.swift_version = '5.9' | ||
s.dependency 'AnyCodable-FlightSchool', '~> 0.6' | ||
s.dependency 'apple-swift-log', '~> 1.4' | ||
|
||
s.subspec 'Core' do |subs| | ||
subs.source_files = 'Sources/Core/**/*.swift' | ||
end | ||
s.subspec 'Abtesting' do |subs| | ||
subs.source_files = 'Sources/Abtesting/**/*.swift' | ||
subs.dependency 'AlgoliaSearchClient/Core' | ||
end | ||
s.subspec 'Analytics' do |subs| | ||
subs.source_files = 'Sources/Analytics/**/*.swift' | ||
subs.dependency 'AlgoliaSearchClient/Core' | ||
end | ||
s.subspec 'Ingestion' do |subs| | ||
subs.source_files = 'Sources/Ingestion/**/*.swift' | ||
subs.dependency 'AlgoliaSearchClient/Core' | ||
end | ||
s.subspec 'Insights' do |subs| | ||
subs.source_files = 'Sources/Insights/**/*.swift' | ||
subs.dependency 'AlgoliaSearchClient/Core' | ||
end | ||
s.subspec 'Monitoring' do |subs| | ||
subs.source_files = 'Sources/Monitoring/**/*.swift' | ||
subs.dependency 'AlgoliaSearchClient/Core' | ||
end | ||
s.subspec 'Personalization' do |subs| | ||
subs.source_files = 'Sources/Personalization/**/*.swift' | ||
subs.dependency 'AlgoliaSearchClient/Core' | ||
end | ||
s.subspec 'QuerySuggestions' do |subs| | ||
subs.source_files = 'Sources/QuerySuggestions/**/*.swift' | ||
subs.dependency 'AlgoliaSearchClient/Core' | ||
end | ||
s.subspec 'Recommend' do |subs| | ||
subs.source_files = 'Sources/Recommend/**/*.swift' | ||
subs.dependency 'AlgoliaSearchClient/Core' | ||
end | ||
s.subspec 'Search' do |subs| | ||
subs.source_files = 'Sources/Search/**/*.swift' | ||
subs.dependency 'AlgoliaSearchClient/Core' | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 4 additions & 5 deletions
9
...ift/Sources/Abtesting/Configuration.swift → ...esting/AbtestingClientConfiguration.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
clients/algoliasearch-client-swift/Sources/Abtesting/Models/ABTest.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
clients/algoliasearch-client-swift/Sources/Abtesting/Models/ABTestResponse.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
clients/algoliasearch-client-swift/Sources/Abtesting/Models/AbTestsVariant.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
clients/algoliasearch-client-swift/Sources/Abtesting/Models/AbTestsVariantSearchParams.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 4 additions & 3 deletions
7
.../Sources/Ingestion/Models/ErrorBase.swift → ...Abtesting/Models/AbtestingErrorBase.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
clients/algoliasearch-client-swift/Sources/Abtesting/Models/AddABTestsRequest.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
clients/algoliasearch-client-swift/Sources/Abtesting/Models/AddABTestsVariant.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
clients/algoliasearch-client-swift/Sources/Abtesting/Models/CurrenciesValue.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
clients/algoliasearch-client-swift/Sources/Abtesting/Models/CustomSearchParams.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
clients/algoliasearch-client-swift/Sources/Abtesting/Models/FilterEffects.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
clients/algoliasearch-client-swift/Sources/Abtesting/Models/FilterEffectsEmptySearch.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.