[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 8 / b / d / FirebaseCore / 5.0.4 / FirebaseCore.podspec.json
blob0cfe45664e8f30a8e598f3d87c91c80eb8e51c8b
2   "name": "FirebaseCore",
3   "version": "5.0.4",
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-5.0.4"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10",
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": [
31     "Firebase/Core/Private/*.h",
32     "Firebase/Core/third_party/*.h"
33   ],
34   "frameworks": [
35     "Foundation",
36     "SystemConfiguration"
37   ],
38   "dependencies": {
39     "GoogleToolboxForMac/NSData+zlib": [
40       "~> 2.1"
41     ]
42   },
43   "pod_target_xcconfig": {
44     "OTHER_CFLAGS": "-fno-autolink",
45     "GCC_PREPROCESSOR_DEFINITIONS": "FIRCore_VERSION=5.0.4 Firebase_VERSION=5.3.0"
46   }