[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 0 / 9 / f / FirebaseFirestore / 0.14.0 / FirebaseFirestore.podspec.json
blob2ec90d87bf74693026bbb7e9619931cd333f62d4
2   "name": "FirebaseFirestore",
3   "version": "0.14.0",
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/",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "Firestore-0.14.0"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "cocoapods_version": ">= 1.4.0",
20   "static_framework": true,
21   "prefix_header_file": false,
22   "source_files": [
23     "Firestore/Source/**/*",
24     "Firestore/Port/**/*",
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]"
30   ],
31   "requires_arc": [
32     "Firestore/Source/**/*",
33     "Firestore/core/src/**/*.mm",
34     "Firestore/third_party/Immutable/*.[mh]"
35   ],
36   "exclude_files": [
37     "Firestore/Port/*test.cc",
38     "Firestore/third_party/Immutable/Tests/**",
39     "Firestore/core/src/firebase/firestore/remote/connectivity_monitor_noop.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"
44   ],
45   "public_header_files": "Firestore/Source/Public/*.h",
46   "dependencies": {
47     "FirebaseAuthInterop": [
48       "~> 1.0"
49     ],
50     "FirebaseCore": [
51       "~> 5.1"
52     ],
53     "gRPC-ProtoRPC": [
54       "~> 1.0"
55     ],
56     "gRPC-C++": [
57       "~> 0.0.3"
58     ],
59     "leveldb-library": [
60       "~> 1.20"
61     ],
62     "Protobuf": [
63       "~> 3.1"
64     ],
65     "nanopb": [
66       "~> 0.3.8"
67     ]
68   },
69   "frameworks": [
70     "MobileCoreServices",
71     "SystemConfiguration"
72   ],
73   "libraries": "c++",
74   "pod_target_xcconfig": {
75     "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
76     "GCC_C_LANGUAGE_STANDARD": "c99",
77     "GCC_PREPROCESSOR_DEFINITIONS": "FIRFirestore_VERSION=0.14.0 GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
78     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\" \"${PODS_TARGET_SRCROOT}/Firestore/third_party/abseil-cpp\" \"${PODS_ROOT}/nanopb\" \"${PODS_TARGET_SRCROOT}/Firestore/Protos/nanopb\""
79   },
80   "prepare_command": "sed '/^#cmakedefine/ d'         Firestore/core/src/firebase/firestore/util/config.h.in >         Firestore/core/src/firebase/firestore/util/config.h",
81   "compiler_flags": "$(inherited) -Wreorder -Werror=reorder",
82   "subspecs": [
83     {
84       "name": "abseil-cpp",
85       "preserve_paths": [
86         "Firestore/third_party/abseil-cpp/absl"
87       ],
88       "source_files": [
89         "Firestore/third_party/abseil-cpp/**/*.cc"
90       ],
91       "exclude_files": [
92         "Firestore/third_party/abseil-cpp/**/*_test.cc"
93       ],
94       "libraries": "c++",
95       "compiler_flags": "$(inherited) -Wno-comma -Wno-range-loop-analysis"
96     }
97   ]