[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 8 / b / d / FirebaseCore / 9.3.0 / FirebaseCore.podspec.json
blob962f878bf03777e62d6e29da964415308036571f
2   "name": "FirebaseCore",
3   "version": "9.3.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-9.3.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.12",
20     "tvos": "10.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     "Interop/CoreDiagnostics/Public/*.h"
29   ],
30   "swift_versions": "5.3",
31   "public_header_files": "FirebaseCore/Sources/Public/FirebaseCore/*.h",
32   "frameworks": "Foundation",
33   "ios": {
34     "frameworks": "UIKit"
35   },
36   "osx": {
37     "frameworks": "AppKit"
38   },
39   "tvos": {
40     "frameworks": "UIKit"
41   },
42   "dependencies": {
43     "GoogleUtilities/Environment": [
44       "~> 7.7"
45     ],
46     "GoogleUtilities/Logger": [
47       "~> 7.7"
48     ],
49     "FirebaseCoreDiagnostics": [
50       "~> 9.0"
51     ],
52     "FirebaseCoreInternal": [
53       "~> 9.0"
54     ]
55   },
56   "pod_target_xcconfig": {
57     "GCC_C_LANGUAGE_STANDARD": "c99",
58     "GCC_PREPROCESSOR_DEFINITIONS": "Firebase_VERSION=9.3.0",
59     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
60     "OTHER_CFLAGS": "-fno-autolink"
61   },
62   "testspecs": [
63     {
64       "name": "swift-unit",
65       "test_type": "unit",
66       "platforms": {
67         "ios": "9.0",
68         "osx": "10.12",
69         "tvos": "10.0"
70       },
71       "source_files": [
72         "FirebaseCore/Tests/SwiftUnit/**/*.swift",
73         "FirebaseCore/Tests/SwiftUnit/**/*.h",
74         "FirebaseCore/Tests/SwiftUnit/SwiftTestingUtilities/*",
75         "SharedTestUtilities/ExceptionCatcher.[mh]",
76         "SharedTestUtilities/FIROptionsMock.[mh]"
77       ],
78       "pod_target_xcconfig": {
79         "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/FirebaseCore/Tests/SwiftUnit/FirebaseCore-unit-Bridging-Header.h"
80       },
81       "dependencies": {
82         "OCMock": [
84         ]
85       },
86       "resources": "FirebaseCore/Tests/Unit/Resources/GoogleService-Info.plist"
87     }
88   ],
89   "swift_version": "5.3"