[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 8 / b / d / FirebaseCore / 11.4.2 / FirebaseCore.podspec.json
blobf991feb52b978bc65e117457ca9bfbe6513a0f5f
2   "name": "FirebaseCore",
3   "version": "11.4.2",
4   "summary": "Firebase Core",
5   "description": "Firebase Core includes FIRApp and FIROptions which provide central configuration for other Firebase services.",
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-11.4.2"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "12.0",
19     "osx": "10.15",
20     "tvos": "13.0",
21     "watchos": "7.0"
22   },
23   "cocoapods_version": ">= 1.12.0",
24   "prefix_header_file": false,
25   "source_files": [
26     "FirebaseCore/Sources/**/*.[mh]",
27     "FirebaseCore/Extension/*.h"
28   ],
29   "resource_bundles": {
30     "FirebaseCore_Privacy": "FirebaseCore/Sources/Resources/PrivacyInfo.xcprivacy"
31   },
32   "swift_versions": "5.9",
33   "public_header_files": "FirebaseCore/Sources/Public/FirebaseCore/*.h",
34   "frameworks": "Foundation",
35   "ios": {
36     "frameworks": "UIKit"
37   },
38   "osx": {
39     "frameworks": "AppKit"
40   },
41   "tvos": {
42     "frameworks": "UIKit"
43   },
44   "watchos": {
45     "frameworks": "WatchKit"
46   },
47   "dependencies": {
48     "GoogleUtilities/Environment": [
49       "~> 8.0"
50     ],
51     "GoogleUtilities/Logger": [
52       "~> 8.0"
53     ],
54     "FirebaseCoreInternal": [
55       ">= 11.4.2",
56       "< 12.0"
57     ]
58   },
59   "pod_target_xcconfig": {
60     "GCC_C_LANGUAGE_STANDARD": "c99",
61     "GCC_PREPROCESSOR_DEFINITIONS": "Firebase_VERSION=11.4.2",
62     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
63     "OTHER_CFLAGS": "-fno-autolink"
64   },
65   "testspecs": [
66     {
67       "name": "unit",
68       "test_type": "unit",
69       "scheme": {
70         "code_coverage": true
71       },
72       "platforms": {
73         "ios": "12.0",
74         "osx": "10.15",
75         "tvos": "13.0"
76       },
77       "source_files": [
78         "FirebaseCore/Tests/Unit/**/*.[mh]",
79         "SharedTestUtilities/FIROptionsMock.[mh]"
80       ],
81       "requires_app_host": true,
82       "dependencies": {
83         "OCMock": [
85         ]
86       },
87       "resources": "FirebaseCore/Tests/Unit/Resources/GoogleService-Info.plist"
88     },
89     {
90       "name": "swift-unit",
91       "test_type": "unit",
92       "platforms": {
93         "ios": "12.0",
94         "osx": "10.15",
95         "tvos": "13.0"
96       },
97       "source_files": [
98         "FirebaseCore/Tests/SwiftUnit/**/*.swift",
99         "FirebaseCore/Tests/SwiftUnit/**/*.h",
100         "FirebaseCore/Tests/SwiftUnit/SwiftTestingUtilities/*",
101         "SharedTestUtilities/ExceptionCatcher.[mh]",
102         "SharedTestUtilities/FIROptionsMock.[mh]"
103       ],
104       "pod_target_xcconfig": {
105         "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/FirebaseCore/Tests/SwiftUnit/FirebaseCore-unit-Bridging-Header.h"
106       },
107       "requires_app_host": true,
108       "dependencies": {
109         "OCMock": [
111         ]
112       },
113       "resources": "FirebaseCore/Tests/Unit/Resources/GoogleService-Info.plist"
114     }
115   ],
116   "swift_version": "5.9"