[Add] UIKitViewBuilder 1.1.0
[CocoaPods.git] / Specs / c / 5 / 4 / FirebaseFunctions / 10.1.0 / FirebaseFunctions.podspec.json
blobba95f0094b2ac3feb8f6ed814e57c0b47ac82b6b
2   "name": "FirebaseFunctions",
3   "version": "10.1.0",
4   "summary": "Cloud Functions for Firebase",
5   "description": "Cloud Functions for Firebase.",
6   "homepage": "https://developers.google.com/",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/Firebase/firebase-ios-sdk.git",
14     "tag": "CocoaPods-10.1.0"
15   },
16   "swift_versions": "5.3",
17   "platforms": {
18     "ios": "11.0",
19     "osx": "10.13",
20     "tvos": "12.0",
21     "watchos": "6.0"
22   },
23   "cocoapods_version": ">= 1.4.0",
24   "prefix_header_file": false,
25   "source_files": [
26     "FirebaseFunctions/Sources/**/*.swift"
27   ],
28   "dependencies": {
29     "FirebaseCore": [
30       "~> 10.0"
31     ],
32     "FirebaseCoreExtension": [
33       "~> 10.0"
34     ],
35     "FirebaseAppCheckInterop": [
36       "~> 10.0"
37     ],
38     "FirebaseAuthInterop": [
39       "~> 10.0"
40     ],
41     "FirebaseMessagingInterop": [
42       "~> 10.0"
43     ],
44     "FirebaseSharedSwift": [
45       "~> 10.0"
46     ],
47     "GTMSessionFetcher/Core": [
48       "~> 2.1"
49     ]
50   },
51   "testspecs": [
52     {
53       "name": "objc",
54       "test_type": "unit",
55       "platforms": {
56         "ios": "11.0",
57         "osx": "10.15",
58         "tvos": "12.0"
59       },
60       "source_files": [
61         "FirebaseFunctions/Tests/ObjCIntegration/ObjC*"
62       ]
63     },
64     {
65       "name": "integration",
66       "test_type": "unit",
67       "platforms": {
68         "ios": "11.0",
69         "osx": "10.13",
70         "tvos": "12.0"
71       },
72       "source_files": "FirebaseFunctions/Tests/Integration/*.swift"
73     }
74   ],
75   "swift_version": "5.3"