[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 8 / b / d / FirebaseCore / 10.24.0 / FirebaseCore.podspec.json
blob56078bd7d88ff0269fb73b427998a151c91aa6f7
2   "name": "FirebaseCore",
3   "version": "10.24.0",
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-10.24.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "10.0",
19     "osx": "10.13",
20     "tvos": "12.0",
21     "watchos": "6.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.3",
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       "~> 7.12"
50     ],
51     "GoogleUtilities/Logger": [
52       "~> 7.12"
53     ],
54     "FirebaseCoreInternal": [
55       "~> 10.0"
56     ]
57   },
58   "pod_target_xcconfig": {
59     "GCC_C_LANGUAGE_STANDARD": "c99",
60     "GCC_PREPROCESSOR_DEFINITIONS": "Firebase_VERSION=10.24.0",
61     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
62     "OTHER_CFLAGS": "-fno-autolink"
63   },
64   "testspecs": [
65     {
66       "name": "unit",
67       "test_type": "unit",
68       "scheme": {
69         "code_coverage": true
70       },
71       "platforms": {
72         "ios": "10.0",
73         "osx": "10.15",
74         "tvos": "12.0"
75       },
76       "source_files": [
77         "FirebaseCore/Tests/Unit/**/*.[mh]",
78         "SharedTestUtilities/FIROptionsMock.[mh]"
79       ],
80       "requires_app_host": true,
81       "dependencies": {
82         "OCMock": [
84         ]
85       },
86       "resources": "FirebaseCore/Tests/Unit/Resources/GoogleService-Info.plist"
87     },
88     {
89       "name": "swift-unit",
90       "test_type": "unit",
91       "platforms": {
92         "ios": "10.0",
93         "osx": "10.13",
94         "tvos": "12.0"
95       },
96       "source_files": [
97         "FirebaseCore/Tests/SwiftUnit/**/*.swift",
98         "FirebaseCore/Tests/SwiftUnit/**/*.h",
99         "FirebaseCore/Tests/SwiftUnit/SwiftTestingUtilities/*",
100         "SharedTestUtilities/ExceptionCatcher.[mh]",
101         "SharedTestUtilities/FIROptionsMock.[mh]"
102       ],
103       "pod_target_xcconfig": {
104         "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/FirebaseCore/Tests/SwiftUnit/FirebaseCore-unit-Bridging-Header.h"
105       },
106       "requires_app_host": true,
107       "dependencies": {
108         "OCMock": [
110         ]
111       },
112       "resources": "FirebaseCore/Tests/Unit/Resources/GoogleService-Info.plist"
113     }
114   ],
115   "swift_version": "5.3"