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