[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 2 / f / 7 / FirebaseInstallations / 10.24.0 / FirebaseInstallations.podspec.json
blob87dde4db6f8477b242e1108327d0799627bc94bd
2   "name": "FirebaseInstallations",
3   "version": "10.24.0",
4   "summary": "Firebase Installations",
5   "description": "Firebase Installations.",
6   "homepage": "https://firebase.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.24.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "swift_versions": "5.3",
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.13",
21     "tvos": "12.0",
22     "watchos": "6.0"
23   },
24   "cocoapods_version": ">= 1.12.0",
25   "prefix_header_file": false,
26   "source_files": [
27     "FirebaseInstallations/Source/Library/**/*.[mh]",
28     "FirebaseCore/Extension/*.h"
29   ],
30   "public_header_files": [
31     "FirebaseInstallations/Source/Library/Public/FirebaseInstallations/*.h"
32   ],
33   "resource_bundles": {
34     "FirebaseInstallations_Privacy": "FirebaseInstallations/Source/Library/Resources/PrivacyInfo.xcprivacy"
35   },
36   "frameworks": "Security",
37   "dependencies": {
38     "FirebaseCore": [
39       "~> 10.0"
40     ],
41     "PromisesObjC": [
42       "~> 2.1"
43     ],
44     "GoogleUtilities/Environment": [
45       "~> 7.8"
46     ],
47     "GoogleUtilities/UserDefaults": [
48       "~> 7.8"
49     ]
50   },
51   "pod_target_xcconfig": {
52     "GCC_C_LANGUAGE_STANDARD": "c99",
53     "GCC_PREPROCESSOR_DEFINITIONS": "",
54     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
55   },
56   "testspecs": [
57     {
58       "name": "unit",
59       "test_type": "unit",
60       "scheme": {
61         "code_coverage": true
62       },
63       "platforms": {
64         "ios": "10.0",
65         "osx": "10.15",
66         "tvos": "12.0"
67       },
68       "source_files": [
69         "FirebaseInstallations/Source/Tests/Unit/*.[mh]",
70         "FirebaseInstallations/Source/Tests/Utils/*.[mh]",
71         "FirebaseInstallations/Source/Tests/Unit/Swift/*"
72       ],
73       "resources": "FirebaseInstallations/Source/Tests/Fixture/**/*",
74       "requires_app_host": true,
75       "dependencies": {
76         "OCMock": [
78         ]
79       }
80     },
81     {
82       "name": "integration",
83       "test_type": "unit",
84       "scheme": {
85         "code_coverage": true
86       },
87       "platforms": {
88         "ios": "10.0",
89         "osx": "10.15",
90         "tvos": "11.0"
91       },
92       "source_files": "FirebaseInstallations/Source/Tests/Integration/**/*.[mh]",
93       "resources": "FirebaseInstallations/Source/Tests/Resources/**/*",
94       "requires_app_host": true,
95       "dependencies": {
96         "OCMock": [
98         ]
99       }
100     }
101   ],
102   "swift_version": "5.3"