[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 5 / 4 / FirebaseFunctions / 8.8.0 / FirebaseFunctions.podspec.json
blob11b045e3805b94628766b46b2abcf227ff039710
2   "name": "FirebaseFunctions",
3   "version": "8.8.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": "CocoaPods-8.8.0"
15   },
16   "platforms": {
17     "ios": "10.0",
18     "osx": "10.12",
19     "tvos": "10.0",
20     "watchos": "6.0"
21   },
22   "cocoapods_version": ">= 1.4.0",
23   "prefix_header_file": false,
24   "source_files": [
25     "Functions/FirebaseFunctions/**/*",
26     "Interop/Auth/Public/*.h",
27     "FirebaseAppCheck/Sources/Interop/*.h",
28     "FirebaseCore/Sources/Private/*.h",
29     "FirebaseMessaging/Sources/Interop/FIRMessagingInterop.h"
30   ],
31   "public_header_files": "Functions/FirebaseFunctions/Public/FirebaseFunctions/*.h",
32   "dependencies": {
33     "FirebaseCore": [
34       "~> 8.0"
35     ],
36     "GTMSessionFetcher/Core": [
37       "~> 1.5"
38     ]
39   },
40   "pod_target_xcconfig": {
41     "GCC_C_LANGUAGE_STANDARD": "c99",
42     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
43   },
44   "testspecs": [
45     {
46       "name": "unit",
47       "test_type": "unit",
48       "scheme": {
49         "code_coverage": true
50       },
51       "source_files": [
52         "Functions/Example/Test*/*.[mh]",
53         "Functions/Tests/Unit/Swift/**/*",
54         "SharedTestUtilities/FIRAuthInteropFake*",
55         "SharedTestUtilities/FIRMessagingInteropFake*",
56         "SharedTestUtilities/AppCheckFake/*.[mh]"
57       ]
58     },
59     {
60       "name": "integration",
61       "test_type": "unit",
62       "scheme": {
63         "code_coverage": true
64       },
65       "source_files": [
66         "Functions/Example/IntegrationTests/*.[mh]",
67         "Functions/Example/TestUtils/*.[mh]",
68         "SharedTestUtilities/FIRAuthInteropFake*",
69         "SharedTestUtilities/FIRMessagingInteropFake*",
70         "Functions/Example/GoogleService-Info.plist"
71       ]
72     }
73   ]