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.2"
20 "cocoapods_version": ">= 1.4.0",
21 "static_framework": true,
22 "prefix_header_file": false,
24 "Firestore/Source/**/*",
25 "Firestore/Protos/nanopb/**/*.{h,cc}",
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/third_party/Immutable/Tests/**",
38 "Firestore/core/src/firebase/firestore/remote/connectivity_monitor_noop.cc",
39 "Firestore/core/src/firebase/firestore/remote/grpc_root_certificate_finder_generated.cc",
40 "Firestore/core/src/firebase/firestore/util/filesystem_win.cc",
41 "Firestore/core/src/firebase/firestore/util/hard_assert_stdio.cc",
42 "Firestore/core/src/firebase/firestore/util/log_stdio.cc",
43 "Firestore/core/src/firebase/firestore/util/secure_random_openssl.cc"
45 "public_header_files": "Firestore/Source/Public/*.h",
47 "FirebaseAuthInterop": [
73 "frameworks": "SystemConfiguration"
76 "pod_target_xcconfig": {
77 "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
78 "GCC_C_LANGUAGE_STANDARD": "c99",
79 "GCC_PREPROCESSOR_DEFINITIONS": "FIRFirestore_VERSION=1.0.2 GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
80 "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\" \"${PODS_TARGET_SRCROOT}/Firestore/third_party/abseil-cpp\" \"${PODS_ROOT}/nanopb\" \"${PODS_TARGET_SRCROOT}/Firestore/Protos/nanopb\""
82 "prepare_command": "sed '/^#cmakedefine/ d' Firestore/core/src/firebase/firestore/util/config.h.in > Firestore/core/src/firebase/firestore/util/config.h",
83 "compiler_flags": "$(inherited) -Wreorder -Werror=reorder",
88 "Firestore/third_party/abseil-cpp/absl"
91 "Firestore/third_party/abseil-cpp/**/*.cc"
94 "Firestore/third_party/abseil-cpp/**/*_benchmark.cc",
95 "Firestore/third_party/abseil-cpp/**/*test*.cc",
96 "Firestore/third_party/abseil-cpp/absl/hash/internal/print_hash_of.cc",
97 "Firestore/third_party/abseil-cpp/absl/synchronization/internal/mutex_nonprod.cc"
100 "compiler_flags": "$(inherited) -Wno-comma -Wno-range-loop-analysis -Wno-shorten-64-to-32"