[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 8 / b / d / FirebaseCore / 6.9.1 / FirebaseCore.podspec.json
blobcff0e3402856525cccbc70594e029d3f88c93584
2   "name": "FirebaseCore",
3   "version": "6.9.1",
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": "Core-6.9.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": [
27     "FirebaseCore/Sources/**/*.[mh]",
28     "GoogleUtilities/Environment/Private/*.h",
29     "GoogleUtilities/Logger/Private/*.h",
30     "Interop/CoreDiagnostics/Public/*.h"
31   ],
32   "public_header_files": [
33     "FirebaseCore/Sources/Public/*.h",
34     "FirebaseCore/Sources/Private/*.h"
35   ],
36   "private_header_files": "FirebaseCore/Sources/Private/*.h",
37   "frameworks": "Foundation",
38   "ios": {
39     "frameworks": "UIKit"
40   },
41   "osx": {
42     "frameworks": "AppKit"
43   },
44   "tvos": {
45     "frameworks": "UIKit"
46   },
47   "dependencies": {
48     "GoogleUtilities/Environment": [
49       "~> 6.7"
50     ],
51     "GoogleUtilities/Logger": [
52       "~> 6.7"
53     ],
54     "FirebaseCoreDiagnostics": [
55       "~> 1.3"
56     ]
57   },
58   "pod_target_xcconfig": {
59     "GCC_C_LANGUAGE_STANDARD": "c99",
60     "GCC_PREPROCESSOR_DEFINITIONS": "FIRCore_VERSION=6.9.1 Firebase_VERSION=6.28.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       "platforms": {
69         "ios": "8.0",
70         "osx": "10.11",
71         "tvos": "10.0"
72       },
73       "source_files": "FirebaseCore/Tests/Unit/**/*.[mh]",
74       "requires_app_host": true,
75       "dependencies": {
76         "OCMock": [
78         ]
79       },
80       "resources": "FirebaseCore/Tests/Unit/Resources/GoogleService-Info.plist"
81     },
82     {
83       "name": "swift-unit",
84       "test_type": "unit",
85       "platforms": {
86         "ios": "8.0",
87         "osx": "10.11",
88         "tvos": "10.0"
89       },
90       "source_files": [
91         "FirebaseCore/Tests/SwiftUnit/**/*.swift",
92         "FirebaseCore/Tests/SwiftUnit/**/*.h",
93         "FirebaseCore/Tests/SwiftUnit/SwiftTestingUtilities/*"
94       ],
95       "resources": "FirebaseCore/Tests/Unit/Resources/GoogleService-Info.plist",
96       "pod_target_xcconfig": {
97         "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/FirebaseCore/Tests/SwiftUnit/FirebaseCore-unit-Bridging-Header.h"
98       }
99     }
100   ]