Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
chore(CI): Add Podfile to make travis happy for now
Browse files Browse the repository at this point in the history
  • Loading branch information
spinach committed Jul 31, 2017
1 parent 2052636 commit e971610
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions Podfile
@@ -0,0 +1,35 @@
# NOTE: This Podfile is used to draw dependencies when building the project independently (e.g. for unit tests).

use_frameworks!

def common_deps
pod 'AlgoliaSearch-Client-Swift', '~> 4.8'
end

target "InstantSearchCore-iOS" do
common_deps
end

target "InstantSearchCore-iOS-Tests" do
common_deps
end

target "InstantSearchCore-macOS" do
common_deps
end

target "InstantSearchCore-macOS-Tests" do
common_deps
end

target "InstantSearchCore-tvOS" do
common_deps
end

target "InstantSearchCore-tvOS-Tests" do
common_deps
end

target "InstantSearchCore-watchOS" do
common_deps
end

0 comments on commit e971610

Please sign in to comment.