aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Podfile
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Example/Podfile')
-rw-r--r--Firestore/Example/Podfile25
1 files changed, 12 insertions, 13 deletions
diff --git a/Firestore/Example/Podfile b/Firestore/Example/Podfile
index a7fa097..7844066 100644
--- a/Firestore/Example/Podfile
+++ b/Firestore/Example/Podfile
@@ -2,21 +2,20 @@
#source 'sso://cpdc-internal/spec'
#source 'https://github.com/CocoaPods/Specs.git'
-# The next line is the forcing function for the Firebase pod. The Firebase
-# version's subspecs should depend on the component versions in their
-# corresponding podspec's.
-
-pod 'Firebase/Core', '5.0.1'
-
use_frameworks!
-pod 'FirebaseAuth', :path => '../../'
-pod 'FirebaseCore', :path => '../../'
-pod 'FirebaseFirestore', :path => '../../'
-
target 'Firestore_Example_iOS' do
platform :ios, '8.0'
+ # The next line is the forcing function for the Firebase pod. The Firebase
+ # version's subspecs should depend on the component versions in their
+ # corresponding podspec's.
+ pod 'Firebase/Core', '5.0.1'
+
+ pod 'FirebaseAuth', :path => '../../'
+ pod 'FirebaseCore', :path => '../../'
+ pod 'FirebaseFirestore', :path => '../../'
+
target 'Firestore_Tests_iOS' do
inherit! :search_paths
@@ -34,8 +33,8 @@ target 'Firestore_Example_iOS' do
target 'Firestore_SwiftTests_iOS' do
pod 'FirebaseFirestoreSwift', :path => '../../'
end
-end
-target 'SwiftBuildTest' do
- platform :ios, '8.0'
+ target 'SwiftBuildTest' do
+ platform :ios, '8.0'
+ end
end