[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 5 / 4 / FirebaseFunctions / 2.2.0 / FirebaseFunctions.podspec.json
blob819a570107c0058f3e188fb259b691b73b1b3176
2   "name": "FirebaseFunctions",
3   "version": "2.2.0",
4   "summary": "Cloud Functions for Firebase iOS SDK.",
5   "description": "iOS SDK for Cloud Functions for Firebase.",
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": "Functions-2.2.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": "Functions/FirebaseFunctions/**/*",
23   "public_header_files": "Functions/FirebaseFunctions/Public/*.h",
24   "dependencies": {
25     "FirebaseAuthInterop": [
26       "~> 1.0"
27     ],
28     "FirebaseCore": [
29       "~> 5.2"
30     ],
31     "GTMSessionFetcher/Core": [
32       "~> 1.1"
33     ]
34   },
35   "pod_target_xcconfig": {
36     "GCC_C_LANGUAGE_STANDARD": "c99",
37     "GCC_PREPROCESSOR_DEFINITIONS": "FIRFunctions_VERSION=2.2.0"
38   }