2 "name": "FirebaseFirestore",
4 "summary": "Google Cloud Firestore for iOS",
5 "description": "Google Cloud Firestore is a NoSQL document database built for automatic scaling, high performance, and ease of application development.",
6 "homepage": "https://developers.google.com/",
11 "authors": "Google, Inc.",
13 "git": "https://github.com/firebase/firebase-ios-sdk.git",
14 "tag": "Firestore-0.13.3"
19 "cocoapods_version": ">= 1.4.0",
20 "static_framework": true,
21 "prefix_header_file": false,
23 "Firestore/Source/**/*",
24 "Firestore/Port/**/*",
25 "Firestore/Protos/nanopb/**/*.[hc]",
26 "Firestore/Protos/objc/**/*.[hm]",
27 "Firestore/core/include/**/*.{h,cc,mm}",
28 "Firestore/core/src/**/*.{h,cc,mm}",
29 "Firestore/third_party/Immutable/*.[mh]"
32 "Firestore/Source/**/*",
33 "Firestore/core/src/**/*.mm",
34 "Firestore/third_party/Immutable/*.[mh]"
37 "Firestore/Port/*test.cc",
38 "Firestore/third_party/Immutable/Tests/**",
39 "Firestore/core/src/firebase/firestore/util/filesystem_win.cc",
40 "Firestore/core/src/firebase/firestore/util/hard_assert_stdio.cc",
41 "Firestore/core/src/firebase/firestore/util/log_stdio.cc",
42 "Firestore/core/src/firebase/firestore/util/secure_random_openssl.cc"
44 "public_header_files": "Firestore/Source/Public/*.h",
46 "FirebaseAuthInterop": [
68 "frameworks": "MobileCoreServices",
70 "pod_target_xcconfig": {
71 "GCC_PREPROCESSOR_DEFINITIONS": "FIRFirestore_VERSION=0.13.3 GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1",
72 "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\" \"${PODS_TARGET_SRCROOT}/Firestore/third_party/abseil-cpp\" \"${PODS_ROOT}/nanopb\" \"${PODS_TARGET_SRCROOT}/Firestore/Protos/nanopb\""
74 "prepare_command": "sed '/^#cmakedefine/ d' Firestore/core/src/firebase/firestore/util/config.h.in > Firestore/core/src/firebase/firestore/util/config.h",
79 "Firestore/third_party/abseil-cpp/absl"
82 "Firestore/third_party/abseil-cpp/**/*.cc"
85 "Firestore/third_party/abseil-cpp/**/*_test.cc"
88 "compiler_flags": "$(inherited) -Wno-comma -Wno-range-loop-analysis"