aboutsummaryrefslogtreecommitdiffhomepage
path: root/FirebaseFirestore.podspec
diff options
context:
space:
mode:
authorGravatar Marek Gilbert <mcg@google.com>2017-11-24 20:00:55 -0800
committerGravatar Marek Gilbert <mcg@google.com>2017-12-07 13:02:52 -0800
commited26e832f60535229177cd0a0bdebd703e8c6dfb (patch)
treed3a864d6241d20855db456ba2cc28c168b636d45 /FirebaseFirestore.podspec
parent293c6e252eda4c1dbc3f7fbbc3956079ad979132 (diff)
Explicitly handle Firestore/third_party/Immutable
This allows Firestore/third_party to include a mix of Objective-C and C++ code.
Diffstat (limited to 'FirebaseFirestore.podspec')
-rw-r--r--FirebaseFirestore.podspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/FirebaseFirestore.podspec b/FirebaseFirestore.podspec
index 35e5f5d..ed7346c 100644
--- a/FirebaseFirestore.podspec
+++ b/FirebaseFirestore.podspec
@@ -33,15 +33,15 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
'Firestore/Port/**/*',
'Firestore/Protos/objc/**/*.[hm]',
'Firestore/core/src/**/*.{h,cc}',
- 'Firestore/third_party/**/*.[mh]'
+ 'Firestore/third_party/Immutable/*.[mh]'
]
s.requires_arc = [
'Firestore/Source/**/*',
- 'Firestore/third_party/**/*.[mh]'
+ 'Firestore/third_party/Immutable/*.[mh]'
]
s.exclude_files = [
'Firestore/Port/*test.cc',
- 'Firestore/third_party/**/Tests/**'
+ 'Firestore/third_party/Immutable/Tests/**'
]
s.public_header_files = 'Firestore/Source/Public/*.h'