[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 5 / 4 / FirebaseFunctions / 2.9.0 / FirebaseFunctions.podspec.json
blobee2693cc75ea4ca50129be3a4d959b207eb3adcd
2   "name": "FirebaseFunctions",
3   "version": "2.9.0",
4   "summary": "Cloud Functions for Firebase",
5   "description": "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.9.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     "Functions/FirebaseFunctions/**/*",
26     "Interop/Auth/Public/*.h",
27     "FirebaseCore/Sources/Private/*.h",
28     "FirebaseMessaging/Sources/Interop/FIRMessagingInterop.h"
29   ],
30   "public_header_files": "Functions/FirebaseFunctions/Public/FirebaseFunctions/*.h",
31   "dependencies": {
32     "FirebaseCore": [
33       "~> 6.10"
34     ],
35     "GTMSessionFetcher/Core": [
36       "~> 1.1"
37     ]
38   },
39   "pod_target_xcconfig": {
40     "GCC_C_LANGUAGE_STANDARD": "c99",
41     "GCC_PREPROCESSOR_DEFINITIONS": "FIRFunctions_VERSION=2.9.0",
42     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
43   },
44   "testspecs": [
45     {
46       "name": "unit",
47       "test_type": "unit",
48       "source_files": [
49         "Functions/Example/Test*/*.[mh]",
50         "SharedTestUtilities/FIRAuthInteropFake*",
51         "SharedTestUtilities/FIRMessagingInteropFake*"
52       ]
53     },
54     {
55       "name": "integration",
56       "test_type": "unit",
57       "source_files": [
58         "Functions/Example/IntegrationTests/*.[mh]",
59         "Functions/Example/TestUtils/*.[mh]",
60         "SharedTestUtilities/FIRAuthInteropFake*",
61         "SharedTestUtilities/FIRMessagingInteropFake*",
62         "Functions/Example/GoogleService-Info.plist"
63       ]
64     }
65   ]