[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 8 / b / d / FirebaseCore / 6.3.3 / FirebaseCore.podspec.json
blob60e8e808c23da7b59c5ee8256274e7261c4a31ff
2   "name": "FirebaseCore",
3   "version": "6.3.3",
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.3.3"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.11",
20     "tvos": "10.0"
21   },
22   "cocoapods_version": ">= 1.4.0",
23   "static_framework": true,
24   "prefix_header_file": false,
25   "source_files": "Firebase/Core/**/*.[mh]",
26   "public_header_files": [
27     "Firebase/Core/Public/*.h",
28     "Firebase/Core/Private/*.h"
29   ],
30   "private_header_files": "Firebase/Core/Private/*.h",
31   "frameworks": "Foundation",
32   "ios": {
33     "frameworks": "UIKit"
34   },
35   "osx": {
36     "frameworks": "AppKit"
37   },
38   "tvos": {
39     "frameworks": "UIKit"
40   },
41   "dependencies": {
42     "GoogleUtilities/Environment": [
43       "~> 6.2"
44     ],
45     "GoogleUtilities/Logger": [
46       "~> 6.2"
47     ],
48     "FirebaseCoreDiagnosticsInterop": [
49       "~> 1.0"
50     ],
51     "FirebaseCoreDiagnostics": [
52       "~> 1.0"
53     ]
54   },
55   "pod_target_xcconfig": {
56     "GCC_C_LANGUAGE_STANDARD": "c99",
57     "GCC_PREPROCESSOR_DEFINITIONS": "FIRCore_VERSION=6.3.3 Firebase_VERSION=6.12.0",
58     "OTHER_CFLAGS": "-fno-autolink"
59   },
60   "testspecs": [
61     {
62       "name": "unit",
63       "test_type": "unit",
64       "source_files": "Example/Core/Tests/**/*.[mh]",
65       "requires_app_host": true,
66       "dependencies": {
67         "OCMock": [
69         ]
70       },
71       "resources": "Example/Core/App/GoogleService-Info.plist"
72     }
73   ]