[Add] nashidVerifySDK 1.0.16
[CocoaPods.git] / Specs / c / 5 / 4 / FirebaseFunctions / 8.6.0 / FirebaseFunctions.podspec.json
blob46d19f2d128503672481358e6ac9e2ba97e43d88
2   "name": "FirebaseFunctions",
3   "version": "8.6.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.6.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     "FirebaseAppCheck/Sources/Interop/*.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       "~> 8.0"
34     ],
35     "GTMSessionFetcher/Core": [
36       "~> 1.5"
37     ]
38   },
39   "pod_target_xcconfig": {
40     "GCC_C_LANGUAGE_STANDARD": "c99",
41     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
42   },
43   "testspecs": [
44     {
45       "name": "unit",
46       "test_type": "unit",
47       "scheme": {
48         "code_coverage": true
49       },
50       "source_files": [
51         "Functions/Example/Test*/*.[mh]",
52         "Functions/Tests/Unit/Swift/**/*",
53         "SharedTestUtilities/FIRAuthInteropFake*",
54         "SharedTestUtilities/FIRMessagingInteropFake*",
55         "SharedTestUtilities/AppCheckFake/*.[mh]"
56       ]
57     },
58     {
59       "name": "integration",
60       "test_type": "unit",
61       "scheme": {
62         "code_coverage": true
63       },
64       "source_files": [
65         "Functions/Example/IntegrationTests/*.[mh]",
66         "Functions/Example/TestUtils/*.[mh]",
67         "SharedTestUtilities/FIRAuthInteropFake*",
68         "SharedTestUtilities/FIRMessagingInteropFake*",
69         "Functions/Example/GoogleService-Info.plist"
70       ]
71     }
72   ]