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.8.1"
21 "cocoapods_version": ">= 1.4.0",
22 "static_framework": true,
23 "prefix_header_file": false,
25 "Firestore/Source/Public/*.h",
26 "Firestore/Source/**/*.{m,mm}",
27 "Firestore/Protos/nanopb/**/*.cc",
28 "Firestore/Protos/objc/**/*.m",
29 "Firestore/core/include/**/*.{cc,mm}",
30 "Firestore/core/src/**/*.{cc,mm}"
33 "Firestore/Source/API/*.h",
34 "Firestore/Source/Core/*.h",
35 "Firestore/Source/Local/*.h",
36 "Firestore/Source/Remote/*.h",
37 "Firestore/Source/Util/*.h",
38 "Firestore/Protos/nanopb/**/*.h",
39 "Firestore/Protos/objc/**/*.h",
40 "Firestore/core/include/**/*.h",
41 "Firestore/core/src/**/*.h"
44 "Firestore/Source/**/*",
45 "Firestore/core/src/**/*.mm"
48 "Firestore/core/src/firebase/firestore/api/input_validation_std.cc",
49 "Firestore/core/src/firebase/firestore/remote/connectivity_monitor_noop.cc",
50 "Firestore/core/src/firebase/firestore/util/filesystem_win.cc",
51 "Firestore/core/src/firebase/firestore/util/hard_assert_stdio.cc",
52 "Firestore/core/src/firebase/firestore/util/log_stdio.cc",
53 "Firestore/core/src/firebase/firestore/util/secure_random_openssl.cc"
55 "public_header_files": "Firestore/Source/Public/*.h",
57 "FirebaseAuthInterop": [
75 "abseil/strings/strings": [
101 "frameworks": "SystemConfiguration"
104 "frameworks": "SystemConfiguration"
107 "pod_target_xcconfig": {
108 "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
109 "GCC_C_LANGUAGE_STANDARD": "c99",
110 "GCC_PREPROCESSOR_DEFINITIONS": "FIRFirestore_VERSION=1.8.1 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
111 "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\" \"${PODS_TARGET_SRCROOT}/Firestore/Source/Public\" \"${PODS_ROOT}/nanopb\" \"${PODS_TARGET_SRCROOT}/Firestore/Protos/nanopb\" \"${PODS_TARGET_SRCROOT}/Firestore/Protos/objc/google/api\" \"${PODS_TARGET_SRCROOT}/Firestore/Protos/objc/google/firestore/v1\" \"${PODS_TARGET_SRCROOT}/Firestore/Protos/objc/google/rpc\" \"${PODS_TARGET_SRCROOT}/Firestore/Protos/objc/google/type\""
113 "prepare_command": "sed '/^#cmakedefine/ d' Firestore/core/src/firebase/firestore/util/config.h.in > Firestore/core/src/firebase/firestore/util/config.h",
114 "compiler_flags": "$(inherited) -Wreorder -Werror=reorder -Wno-comma"