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-1.0.0"
19 "cocoapods_version": ">= 1.4.0",
20 "static_framework": true,
21 "prefix_header_file": false,
23 "Firestore/Source/**/*",
24 "Firestore/Protos/nanopb/**/*.{h,cc}",
25 "Firestore/Protos/objc/**/*.[hm]",
26 "Firestore/core/include/**/*.{h,cc,mm}",
27 "Firestore/core/src/**/*.{h,cc,mm}",
28 "Firestore/third_party/Immutable/*.[mh]"
31 "Firestore/Source/**/*",
32 "Firestore/core/src/**/*.mm",
33 "Firestore/third_party/Immutable/*.[mh]"
36 "Firestore/third_party/Immutable/Tests/**",
37 "Firestore/core/src/firebase/firestore/remote/connectivity_monitor_noop.cc",
38 "Firestore/core/src/firebase/firestore/remote/grpc_root_certificate_finder_generated.cc",
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": [
70 "pod_target_xcconfig": {
71 "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
72 "GCC_C_LANGUAGE_STANDARD": "c99",
73 "GCC_PREPROCESSOR_DEFINITIONS": "FIRFirestore_VERSION=1.0.0 GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
74 "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\" \"${PODS_TARGET_SRCROOT}/Firestore/third_party/abseil-cpp\" \"${PODS_ROOT}/nanopb\" \"${PODS_TARGET_SRCROOT}/Firestore/Protos/nanopb\""
76 "prepare_command": "sed '/^#cmakedefine/ d' Firestore/core/src/firebase/firestore/util/config.h.in > Firestore/core/src/firebase/firestore/util/config.h",
77 "compiler_flags": "$(inherited) -Wreorder -Werror=reorder",
82 "Firestore/third_party/abseil-cpp/absl"
85 "Firestore/third_party/abseil-cpp/**/*.cc"
88 "Firestore/third_party/abseil-cpp/**/*_benchmark.cc",
89 "Firestore/third_party/abseil-cpp/**/*test*.cc",
90 "Firestore/third_party/abseil-cpp/absl/hash/internal/print_hash_of.cc",
91 "Firestore/third_party/abseil-cpp/absl/synchronization/internal/mutex_nonprod.cc"
94 "compiler_flags": "$(inherited) -Wno-comma -Wno-range-loop-analysis -Wno-shorten-64-to-32"