[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 5 / 4 / FirebaseFunctions / 2.5.1 / FirebaseFunctions.podspec.json
blob1ac5ecda0195bba5bd0101983ddead9a0a14dc37
2   "name": "FirebaseFunctions",
3   "version": "2.5.1",
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.5.1"
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": "Functions/FirebaseFunctions/**/*",
25   "public_header_files": "Functions/FirebaseFunctions/Public/*.h",
26   "dependencies": {
27     "FirebaseAuthInterop": [
28       "~> 1.0"
29     ],
30     "FirebaseCore": [
31       "~> 6.0"
32     ],
33     "GTMSessionFetcher/Core": [
34       "~> 1.1"
35     ]
36   },
37   "pod_target_xcconfig": {
38     "GCC_C_LANGUAGE_STANDARD": "c99",
39     "GCC_PREPROCESSOR_DEFINITIONS": "FIRFunctions_VERSION=2.5.1"
40   },
41   "testspecs": [
42     {
43       "name": "unit",
44       "test_type": "unit",
45       "source_files": [
46         "Functions/Example/Test*/*.[mh]",
47         "Example/Shared/FIRAuthInteropFake*"
48       ]
49     },
50     {
51       "name": "integration",
52       "test_type": "unit",
53       "source_files": [
54         "Functions/Example/IntegrationTests/*.[mh]",
55         "Functions/Example/TestUtils/*.[mh]",
56         "Example/Shared/FIRAuthInteropFake*",
57         "Functions/Example/GoogleService-Info.plist"
58       ]
59     }
60   ]