aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Firestore.podspec
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2017-11-20 20:53:08 -0800
committerGravatar GitHub <noreply@github.com>2017-11-20 20:53:08 -0800
commit5e49692058c62dc0eecbd09cca80720ad2976d0d (patch)
tree3896e8435f3f9445287ea22025842916c1d08df1 /Firestore/Firestore.podspec
parent54aef651d82ebcc529498e4eba945a5512af4c95 (diff)
Add SecureRandom (#473)
* Add SecureRandom * Add CMake support for building src/support
Diffstat (limited to 'Firestore/Firestore.podspec')
-rw-r--r--Firestore/Firestore.podspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/Firestore/Firestore.podspec b/Firestore/Firestore.podspec
index 56683f1..d56b7a3 100644
--- a/Firestore/Firestore.podspec
+++ b/Firestore/Firestore.podspec
@@ -29,6 +29,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
'Port/**/*',
'Protos/objc/**/*.[hm]',
'src/core/**/*.{h,cc}',
+ 'src/support/**/*.{h,cc}',
'third_party/**/*.[mh]'
]
s.requires_arc = [