aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Podfile
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2018-04-19 16:10:36 -0700
committerGravatar GitHub <noreply@github.com>2018-04-19 16:10:36 -0700
commit9a3dbe937f4ca96561374c5d297aab6ba585d225 (patch)
tree7bf47ef77a2da9680c282409f5d77306d8c1f9c3 /Firestore/Example/Podfile
parent8d9cd58d490e150304924247f5802357c4a73673 (diff)
Prep Firestore Podfile for multiple platforms (#1148)
Diffstat (limited to 'Firestore/Example/Podfile')
-rw-r--r--Firestore/Example/Podfile16
1 files changed, 6 insertions, 10 deletions
diff --git a/Firestore/Example/Podfile b/Firestore/Example/Podfile
index 41df29c..9bb936a 100644
--- a/Firestore/Example/Podfile
+++ b/Firestore/Example/Podfile
@@ -4,19 +4,18 @@
pod 'Firebase/Core', '4.13.0'
use_frameworks!
-platform :ios, '8.0'
+
+pod 'FirebaseAuth', :path => '../../'
+pod 'FirebaseCore', :path => '../../'
+pod 'FirebaseFirestore', :path => '../../'
target 'Firestore_Example' do
- pod 'FirebaseAuth', :path => '../../'
- pod 'FirebaseCore', :path => '../../'
- pod 'FirebaseFirestore', :path => '../../'
+ platform :ios, '8.0'
target 'Firestore_Tests' do
inherit! :search_paths
- pod 'FirebaseCore', :path => '../../'
pod 'leveldb-library'
-
pod 'OCMock'
pod 'GoogleTest', :podspec => 'Tests/GoogleTest/GoogleTest.podspec'
end
@@ -24,17 +23,14 @@ target 'Firestore_Example' do
target 'Firestore_IntegrationTests' do
inherit! :search_paths
- pod 'FirebaseCore', :path => '../../'
-
pod 'OCMock'
end
target 'Firestore_SwiftTests_iOS' do
- pod 'FirebaseFirestore', :path => '../../'
pod 'FirebaseFirestoreSwift', :path => '../../'
end
end
target 'SwiftBuildTest' do
- pod 'FirebaseFirestore', :path => '../../'
+ platform :ios, '8.0'
end