[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 5 / 4 / FirebaseFunctions / 2.5.0 / FirebaseFunctions.podspec.json
blob30ff088ea4e23225ac4087dddcf9a9329c4e6e26
2   "name": "FirebaseFunctions",
3   "version": "2.5.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.5.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": "Functions/FirebaseFunctions/**/*",
25   "public_header_files": "Functions/FirebaseFunctions/Public/*.h",
26   "dependencies": {
27     "FirebaseAuthInterop": [
28       "~> 1.0"
29     ],
30     "FirebaseCore": [
31       "~> 6.0"
32     ],
33     "GTMSessionFetcher/Core": [
34       "~> 1.1"
35     ]
36   },
37   "pod_target_xcconfig": {
38     "GCC_C_LANGUAGE_STANDARD": "c99",
39     "GCC_PREPROCESSOR_DEFINITIONS": "FIRFunctions_VERSION=2.5.0"
40   }