[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 8 / b / d / FirebaseCore / 10.17.0 / FirebaseCore.podspec.json
blob1957b9fab0440f516a0cee3ec1c701d478c4538f
2   "name": "FirebaseCore",
3   "version": "10.17.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.17.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.4.0",
24   "prefix_header_file": false,
25   "source_files": [
26     "FirebaseCore/Sources/**/*.[mh]",
27     "FirebaseCore/Extension/*.h"
28   ],
29   "swift_versions": "5.3",
30   "public_header_files": "FirebaseCore/Sources/Public/FirebaseCore/*.h",
31   "frameworks": "Foundation",
32   "ios": {
33     "frameworks": "UIKit"
34   },
35   "osx": {
36     "frameworks": "AppKit"
37   },
38   "tvos": {
39     "frameworks": "UIKit"
40   },
41   "watchos": {
42     "frameworks": "WatchKit"
43   },
44   "dependencies": {
45     "GoogleUtilities/Environment": [
46       "~> 7.8"
47     ],
48     "GoogleUtilities/Logger": [
49       "~> 7.8"
50     ],
51     "FirebaseCoreInternal": [
52       "~> 10.0"
53     ]
54   },
55   "pod_target_xcconfig": {
56     "GCC_C_LANGUAGE_STANDARD": "c99",
57     "GCC_PREPROCESSOR_DEFINITIONS": "Firebase_VERSION=10.17.0",
58     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
59     "OTHER_CFLAGS": "-fno-autolink"
60   },
61   "testspecs": [
62     {
63       "name": "unit",
64       "test_type": "unit",
65       "scheme": {
66         "code_coverage": true
67       },
68       "platforms": {
69         "ios": "10.0",
70         "osx": "10.15",
71         "tvos": "12.0"
72       },
73       "source_files": [
74         "FirebaseCore/Tests/Unit/**/*.[mh]",
75         "SharedTestUtilities/FIROptionsMock.[mh]"
76       ],
77       "requires_app_host": true,
78       "dependencies": {
79         "OCMock": [
81         ]
82       },
83       "resources": "FirebaseCore/Tests/Unit/Resources/GoogleService-Info.plist"
84     },
85     {
86       "name": "swift-unit",
87       "test_type": "unit",
88       "platforms": {
89         "ios": "10.0",
90         "osx": "10.13",
91         "tvos": "12.0"
92       },
93       "source_files": [
94         "FirebaseCore/Tests/SwiftUnit/**/*.swift",
95         "FirebaseCore/Tests/SwiftUnit/**/*.h",
96         "FirebaseCore/Tests/SwiftUnit/SwiftTestingUtilities/*",
97         "SharedTestUtilities/ExceptionCatcher.[mh]",
98         "SharedTestUtilities/FIROptionsMock.[mh]"
99       ],
100       "pod_target_xcconfig": {
101         "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/FirebaseCore/Tests/SwiftUnit/FirebaseCore-unit-Bridging-Header.h"
102       },
103       "requires_app_host": true,
104       "dependencies": {
105         "OCMock": [
107         ]
108       },
109       "resources": "FirebaseCore/Tests/Unit/Resources/GoogleService-Info.plist"
110     }
111   ],
112   "swift_version": "5.3"