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.4.0"
21 "cocoapods_version": ">= 1.4.0",
22 "static_framework": true,
23 "prefix_header_file": false,
25 "Firestore/Source/**/*",
26 "Firestore/Protos/nanopb/**/*.{h,cc}",
27 "Firestore/Protos/objc/**/*.[hm]",
28 "Firestore/core/include/**/*.{h,cc,mm}",
29 "Firestore/core/src/**/*.{h,cc,mm}",
30 "Firestore/third_party/Immutable/*.[mh]"
33 "Firestore/Source/**/*",
34 "Firestore/core/src/**/*.mm",
35 "Firestore/third_party/Immutable/*.[mh]"
38 "Firestore/third_party/Immutable/Tests/**",
39 "Firestore/core/src/firebase/firestore/api/input_validation_std.cc",
40 "Firestore/core/src/firebase/firestore/remote/connectivity_monitor_noop.cc",
41 "Firestore/core/src/firebase/firestore/remote/grpc_root_certificate_finder_generated.cc",
42 "Firestore/core/src/firebase/firestore/util/filesystem_win.cc",
43 "Firestore/core/src/firebase/firestore/util/hard_assert_stdio.cc",
44 "Firestore/core/src/firebase/firestore/util/log_stdio.cc",
45 "Firestore/core/src/firebase/firestore/util/secure_random_openssl.cc"
47 "public_header_files": "Firestore/Source/Public/*.h",
49 "FirebaseAuthInterop": [
75 "frameworks": "SystemConfiguration"
78 "frameworks": "SystemConfiguration"
81 "pod_target_xcconfig": {
82 "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
83 "GCC_C_LANGUAGE_STANDARD": "c99",
84 "GCC_PREPROCESSOR_DEFINITIONS": "FIRFirestore_VERSION=1.4.0 GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
85 "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\" \"${PODS_TARGET_SRCROOT}/Firestore/third_party/abseil-cpp\" \"${PODS_ROOT}/nanopb\" \"${PODS_TARGET_SRCROOT}/Firestore/Protos/nanopb\""
87 "prepare_command": "sed '/^#cmakedefine/ d' Firestore/core/src/firebase/firestore/util/config.h.in > Firestore/core/src/firebase/firestore/util/config.h",
88 "compiler_flags": "$(inherited) -Wreorder -Werror=reorder",
93 "Firestore/third_party/abseil-cpp/absl"
96 "Firestore/third_party/abseil-cpp/**/*.cc"
99 "Firestore/third_party/abseil-cpp/**/*_benchmark.cc",
100 "Firestore/third_party/abseil-cpp/**/*test*.cc",
101 "Firestore/third_party/abseil-cpp/absl/hash/internal/print_hash_of.cc",
102 "Firestore/third_party/abseil-cpp/CMake/**/*.cc",
103 "Firestore/third_party/abseil-cpp/absl/debugging/**/*.cc",
104 "Firestore/third_party/abseil-cpp/absl/container/internal/hashtable_debug*",
105 "Firestore/third_party/abseil-cpp/absl/container/internal/hashtablez_sampler*",
106 "Firestore/third_party/abseil-cpp/absl/synchronization/**/*.cc"
109 "compiler_flags": "$(inherited) -Wno-comma -Wno-range-loop-analysis -Wno-shorten-64-to-32"