[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 5 / 4 / FirebaseFunctions / 2.1.2 / FirebaseFunctions.podspec.json
blobc8c20535f2bdf96575ab30b288d95b6b2237d9dc
2   "name": "FirebaseFunctions",
3   "version": "2.1.2",
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.1.2"
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.1"
30     ],
31     "GTMSessionFetcher/Core": [
32       "~> 1.1"
33     ]
34   },
35   "pod_target_xcconfig": {
36     "GCC_C_LANGUAGE_STANDARD": "c99"
37   }