[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / d / FirebaseCore / 9.6.0 / FirebaseCore.podspec.json
blob6b38e4fff632ee7606429112a37f67e5c3723571
2   "name": "FirebaseCore",
3   "version": "9.6.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.6.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   "watchos": {
43     "frameworks": "WatchKit"
44   },
45   "dependencies": {
46     "GoogleUtilities/Environment": [
47       "~> 7.7"
48     ],
49     "GoogleUtilities/Logger": [
50       "~> 7.7"
51     ],
52     "FirebaseCoreDiagnostics": [
53       "~> 9.0"
54     ],
55     "FirebaseCoreInternal": [
56       "~> 9.0"
57     ]
58   },
59   "pod_target_xcconfig": {
60     "GCC_C_LANGUAGE_STANDARD": "c99",
61     "GCC_PREPROCESSOR_DEFINITIONS": "Firebase_VERSION=9.6.0",
62     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
63     "OTHER_CFLAGS": "-fno-autolink"
64   },
65   "testspecs": [
66     {
67       "name": "swift-unit",
68       "test_type": "unit",
69       "platforms": {
70         "ios": "9.0",
71         "osx": "10.12",
72         "tvos": "10.0"
73       },
74       "source_files": [
75         "FirebaseCore/Tests/SwiftUnit/**/*.swift",
76         "FirebaseCore/Tests/SwiftUnit/**/*.h",
77         "FirebaseCore/Tests/SwiftUnit/SwiftTestingUtilities/*",
78         "SharedTestUtilities/ExceptionCatcher.[mh]",
79         "SharedTestUtilities/FIROptionsMock.[mh]"
80       ],
81       "pod_target_xcconfig": {
82         "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/FirebaseCore/Tests/SwiftUnit/FirebaseCore-unit-Bridging-Header.h"
83       },
84       "dependencies": {
85         "OCMock": [
87         ]
88       },
89       "resources": "FirebaseCore/Tests/Unit/Resources/GoogleService-Info.plist"
90     }
91   ],
92   "swift_version": "5.3"