Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix/weaken-client-dependency' in…
Browse files Browse the repository at this point in the history
…to develop
  • Loading branch information
VladislavFitz committed Jul 28, 2020
2 parents f22e330 + 797951f commit 4228e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InstantSearch.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|

s.subspec "Core" do |ss|
ss.source_files = 'Sources/InstantSearchCore/**/*.{swift}'
ss.dependency 'AlgoliaSearchClient', '~> 8.0.0'
ss.dependency 'AlgoliaSearchClient', '~> 8.0'
ss.dependency 'InstantSearchInsights', '~> 2.3'
ss.ios.deployment_target = '8.0'
ss.osx.deployment_target = '10.10'
Expand Down

0 comments on commit 4228e6d

Please sign in to comment.