[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 8 / b / d / FirebaseCore / 8.7.0 / FirebaseCore.podspec.json
blobced0345ddbd3f870569452954eb7ff57eec22050
2   "name": "FirebaseCore",
3   "version": "8.7.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",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "CocoaPods-8.7.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     "Interop/CoreDiagnostics/Public/*.h"
28   ],
29   "public_header_files": [
30     "FirebaseCore/Sources/Public/FirebaseCore/*.h",
31     "FirebaseCore/Sources/Private/*.h"
32   ],
33   "private_header_files": "FirebaseCore/Sources/Private/*.h",
34   "frameworks": "Foundation",
35   "ios": {
36     "frameworks": "UIKit"
37   },
38   "osx": {
39     "frameworks": "AppKit"
40   },
41   "tvos": {
42     "frameworks": "UIKit"
43   },
44   "dependencies": {
45     "GoogleUtilities/Environment": [
46       "~> 7.4"
47     ],
48     "GoogleUtilities/Logger": [
49       "~> 7.4"
50     ],
51     "FirebaseCoreDiagnostics": [
52       "~> 8.0"
53     ]
54   },
55   "pod_target_xcconfig": {
56     "GCC_C_LANGUAGE_STANDARD": "c99",
57     "GCC_PREPROCESSOR_DEFINITIONS": "Firebase_VERSION=8.7.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": "9.0",
70         "osx": "10.12",
71         "tvos": "10.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": "9.0",
90         "osx": "10.12",
91         "tvos": "10.0"
92       },
93       "source_files": [
94         "FirebaseCore/Tests/SwiftUnit/**/*.swift",
95         "FirebaseCore/Tests/SwiftUnit/**/*.h",
96         "FirebaseCore/Tests/SwiftUnit/SwiftTestingUtilities/*",
97         "SharedTestUtilities/FIROptionsMock.[mh]"
98       ],
99       "pod_target_xcconfig": {
100         "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/FirebaseCore/Tests/SwiftUnit/FirebaseCore-unit-Bridging-Header.h"
101       },
102       "dependencies": {
103         "OCMock": [
105         ]
106       },
107       "resources": "FirebaseCore/Tests/Unit/Resources/GoogleService-Info.plist"
108     }
109   ]