[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 0 / 9 / f / FirebaseFirestore / 10.28.0 / FirebaseFirestore.podspec.json
blob91ab6ee6fe1ffa47555d28c49a56ba8106fc9800
2   "name": "FirebaseFirestore",
3   "version": "10.28.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-2.0",
9     "file": "Firestore/LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "CocoaPods-10.28.0"
15   },
16   "platforms": {
17     "ios": "11.0",
18     "osx": "10.13",
19     "tvos": "12.0"
20   },
21   "swift_versions": "5.3",
22   "weak_frameworks": "FirebaseFirestoreInternal",
23   "cocoapods_version": ">= 1.12.0",
24   "prefix_header_file": false,
25   "public_header_files": "FirebaseFirestoreInternal/**/*.h",
26   "requires_arc": true,
27   "source_files": [
28     "FirebaseFirestoreInternal/**/*.[mh]",
29     "Firestore/Swift/Source/**/*.swift"
30   ],
31   "resource_bundles": {
32     "FirebaseFirestore_Privacy": "Firestore/Swift/Source/Resources/PrivacyInfo.xcprivacy"
33   },
34   "dependencies": {
35     "FirebaseCore": [
36       "~> 10.0"
37     ],
38     "FirebaseCoreExtension": [
39       "~> 10.0"
40     ],
41     "FirebaseFirestoreInternal": [
42       "10.28.0"
43     ],
44     "FirebaseSharedSwift": [
45       "~> 10.0"
46     ]
47   },
48   "swift_version": "5.3"