[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 8 / b / d / FirebaseCore / 6.6.1 / FirebaseCore.podspec.json
bloba8ab15285b58ff29e9833f2a1654d32be33c8312
2   "name": "FirebaseCore",
3   "version": "6.6.1",
4   "summary": "Firebase Core for iOS (plus community support for macOS and tvOS)",
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": "Core-6.6.1"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.11",
20     "tvos": "10.0",
21     "watchos": "6.0"
22   },
23   "cocoapods_version": ">= 1.4.0",
24   "static_framework": true,
25   "prefix_header_file": false,
26   "source_files": "FirebaseCore/Sources/**/*.[mh]",
27   "public_header_files": [
28     "FirebaseCore/Sources/Public/*.h",
29     "FirebaseCore/Sources/Private/*.h"
30   ],
31   "private_header_files": "FirebaseCore/Sources/Private/*.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       "~> 6.5"
45     ],
46     "GoogleUtilities/Logger": [
47       "~> 6.5"
48     ],
49     "FirebaseCoreDiagnosticsInterop": [
50       "~> 1.2"
51     ],
52     "FirebaseCoreDiagnostics": [
53       "~> 1.2"
54     ]
55   },
56   "pod_target_xcconfig": {
57     "GCC_C_LANGUAGE_STANDARD": "c99",
58     "GCC_PREPROCESSOR_DEFINITIONS": "FIRCore_VERSION=6.6.1 Firebase_VERSION=6.16.0",
59     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
60     "OTHER_CFLAGS": "-fno-autolink"
61   },
62   "testspecs": [
63     {
64       "name": "unit",
65       "test_type": "unit",
66       "platforms": {
67         "ios": "8.0",
68         "osx": "10.11",
69         "tvos": "10.0"
70       },
71       "source_files": "FirebaseCore/Tests/Unit/**/*.[mh]",
72       "requires_app_host": true,
73       "dependencies": {
74         "OCMock": [
76         ]
77       },
78       "resources": "FirebaseCore/Tests/Unit/Resources/GoogleService-Info.plist"
79     },
80     {
81       "name": "swift-unit",
82       "test_type": "unit",
83       "source_files": [
84         "FirebaseCore/Tests/Unit/Swift/**/*.swift",
85         "FirebaseCore/Tests/Unit/Swift/**/*.h"
86       ],
87       "pod_target_xcconfig": {
88         "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/FirebaseCore/Tests/Unit/Swift/FirebaseCore-unit-Bridging-Header.h"
89       }
90     }
91   ]