aboutsummaryrefslogtreecommitdiffhomepage
path: root/FirebaseFirestore.podspec
diff options
context:
space:
mode:
Diffstat (limited to 'FirebaseFirestore.podspec')
-rw-r--r--FirebaseFirestore.podspec4
1 files changed, 1 insertions, 3 deletions
diff --git a/FirebaseFirestore.podspec b/FirebaseFirestore.podspec
index 8afe123..35e5f5d 100644
--- a/FirebaseFirestore.podspec
+++ b/FirebaseFirestore.podspec
@@ -32,8 +32,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
'Firestore/Source/**/*',
'Firestore/Port/**/*',
'Firestore/Protos/objc/**/*.[hm]',
- 'Firestore/src/core/**/*.{h,cc}',
- 'Firestore/src/support/**/*.{h,cc}',
+ 'Firestore/core/src/**/*.{h,cc}',
'Firestore/third_party/**/*.[mh]'
]
s.requires_arc = [
@@ -47,7 +46,6 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
s.public_header_files = 'Firestore/Source/Public/*.h'
s.ios.dependency 'FirebaseAnalytics', '~> 4.0'
- s.dependency 'FirebaseAuth', '~> 4.3'
s.dependency 'FirebaseCore', '~> 4.0'
s.dependency 'gRPC-ProtoRPC', '~> 1.0'
s.dependency 'leveldb-library', '~> 1.18'