Skip to content

Commit

Permalink
feat(api-layer): rename podspec dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
spinach committed May 24, 2018
1 parent 2907a78 commit d4b55a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 5 additions & 5 deletions InstantSearch.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://twitter.com/algolia'
s.ios.deployment_target = '8.0'
s.requires_arc = true
s.default_subspec = "Widgets"
s.default_subspec = "UI"

s.subspec "Widgets" do |ss|
s.subspec "UI" do |ss|
ss.source_files = 'Sources/**/*.{swift}'
ss.dependency 'InstantSearch-Core-Swift', '~> 3.2'
ss.dependency 'InstantSearchCore', '~> 3.2'
end

s.subspec "Core" do |ss|
ss.dependency 'InstantSearch-Core-Swift', '~> 3.2'
ss.dependency 'InstantSearchCore', '~> 3.2'
end

s.subspec "Client" do |ss|
ss.dependency 'AlgoliaSearch-Client-Swift', '~> 5.0'
ss.dependency 'InstantSearchClient', '~> 5.0'
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
disableMainThreadChecker = "YES"
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
Expand Down Expand Up @@ -57,7 +56,6 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down

0 comments on commit d4b55a7

Please sign in to comment.