[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 9 / f / FirebaseFirestore / 1.16.0 / FirebaseFirestore.podspec.json
blob6f2f9a04c804703b5c8088db2c7d91cff04a4dae
2   "name": "FirebaseFirestore",
3   "version": "1.16.0",
4   "summary": "Google Cloud Firestore",
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-1.16.0"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.11",
19     "tvos": "10.0"
20   },
21   "cocoapods_version": ">= 1.4.0",
22   "static_framework": true,
23   "prefix_header_file": false,
24   "source_files": [
25     "FirebaseCore/Sources/Private/*.h",
26     "Firestore/Source/Public/*.h",
27     "Firestore/Source/**/*.{m,mm}",
28     "Firestore/Protos/nanopb/**/*.cc",
29     "Firestore/Protos/objc/**/*.m",
30     "Firestore/core/include/**/*.{cc,mm}",
31     "Firestore/core/src/**/*.{cc,mm}",
32     "Interop/Auth/Public/*.h"
33   ],
34   "preserve_paths": [
35     "Firestore/Source/API/*.h",
36     "Firestore/Source/Core/*.h",
37     "Firestore/Source/Local/*.h",
38     "Firestore/Source/Remote/*.h",
39     "Firestore/Source/Util/*.h",
40     "Firestore/Protos/nanopb/**/*.h",
41     "Firestore/Protos/objc/**/*.h",
42     "Firestore/core/include/**/*.h",
43     "Firestore/core/src/**/*.h"
44   ],
45   "requires_arc": [
46     "Firestore/Source/**/*",
47     "Firestore/core/src/**/*.mm"
48   ],
49   "exclude_files": [
50     "Firestore/core/src/api/input_validation_std.cc",
51     "Firestore/core/src/remote/connectivity_monitor_noop.cc",
52     "Firestore/core/src/util/filesystem_win.cc",
53     "Firestore/core/src/util/hard_assert_stdio.cc",
54     "Firestore/core/src/util/log_stdio.cc",
55     "Firestore/core/src/util/secure_random_openssl.cc"
56   ],
57   "public_header_files": "Firestore/Source/Public/*.h",
58   "dependencies": {
59     "FirebaseCore": [
60       "~> 6.8"
61     ],
62     "abseil/algorithm": [
63       "0.20200225.0"
64     ],
65     "abseil/base": [
66       "0.20200225.0"
67     ],
68     "abseil/memory": [
69       "0.20200225.0"
70     ],
71     "abseil/meta": [
72       "0.20200225.0"
73     ],
74     "abseil/strings/strings": [
75       "0.20200225.0"
76     ],
77     "abseil/time": [
78       "0.20200225.0"
79     ],
80     "abseil/types": [
81       "0.20200225.0"
82     ],
83     "gRPC-C++": [
84       "~> 1.28.0"
85     ],
86     "leveldb-library": [
87       "~> 1.22"
88     ],
89     "nanopb": [
90       "~> 1.30905.0"
91     ]
92   },
93   "ios": {
94     "frameworks": [
95       "MobileCoreServices",
96       "SystemConfiguration",
97       "UIKit"
98     ]
99   },
100   "osx": {
101     "frameworks": "SystemConfiguration"
102   },
103   "tvos": {
104     "frameworks": [
105       "SystemConfiguration",
106       "UIKit"
107     ]
108   },
109   "libraries": "c++",
110   "pod_target_xcconfig": {
111     "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
112     "GCC_C_LANGUAGE_STANDARD": "c99",
113     "GCC_PREPROCESSOR_DEFINITIONS": "FIRFirestore_VERSION=1.16.0 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
114     "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\""
115   },
116   "prepare_command": "sed '/^#cmakedefine/ d'         Firestore/core/src/util/config.h.in >         Firestore/core/src/util/config.h",
117   "compiler_flags": "$(inherited) -Wreorder -Werror=reorder -Wno-comma"