[Add] DGisFlutterMapSDK 12.3.0
[CocoaPods.git] / Specs / c / 5 / 4 / FirebaseFunctions / 7.3.0 / FirebaseFunctions.podspec.json
blobd5b4f194367965f83233fa91ad2eb498be72ac70
2   "name": "FirebaseFunctions",
3   "version": "7.3.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-7.3.0"
15   },
16   "platforms": {
17     "ios": "10.0",
18     "osx": "10.12",
19     "tvos": "10.0"
20   },
21   "cocoapods_version": ">= 1.4.0",
22   "prefix_header_file": false,
23   "source_files": [
24     "Functions/FirebaseFunctions/**/*",
25     "Interop/Auth/Public/*.h",
26     "FirebaseCore/Sources/Private/*.h",
27     "FirebaseMessaging/Sources/Interop/FIRMessagingInterop.h"
28   ],
29   "public_header_files": "Functions/FirebaseFunctions/Public/FirebaseFunctions/*.h",
30   "dependencies": {
31     "FirebaseCore": [
32       "~> 7.0"
33     ],
34     "GTMSessionFetcher/Core": [
35       "~> 1.4"
36     ]
37   },
38   "pod_target_xcconfig": {
39     "GCC_C_LANGUAGE_STANDARD": "c99",
40     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
41   },
42   "testspecs": [
43     {
44       "name": "unit",
45       "test_type": "unit",
46       "source_files": [
47         "Functions/Example/Test*/*.[mh]",
48         "SharedTestUtilities/FIRAuthInteropFake*",
49         "SharedTestUtilities/FIRMessagingInteropFake*"
50       ]
51     },
52     {
53       "name": "integration",
54       "test_type": "unit",
55       "source_files": [
56         "Functions/Example/IntegrationTests/*.[mh]",
57         "Functions/Example/TestUtils/*.[mh]",
58         "SharedTestUtilities/FIRAuthInteropFake*",
59         "SharedTestUtilities/FIRMessagingInteropFake*",
60         "Functions/Example/GoogleService-Info.plist"
61       ]
62     }
63   ]