[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 8 / b / d / FirebaseCore / 5.1.4 / FirebaseCore.podspec.json
blob4e3a71d284f3603e19fb9438d6e059ded6a186b5
2   "name": "FirebaseCore",
3   "version": "5.1.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.1.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": "Firebase/Core/Private/*.h",
31   "frameworks": [
32     "Foundation"
33   ],
34   "dependencies": {
35     "GoogleUtilities/Logger": [
36       "~> 5.2"
37     ]
38   },
39   "pod_target_xcconfig": {
40     "OTHER_CFLAGS": "-fno-autolink",
41     "GCC_PREPROCESSOR_DEFINITIONS": "FIRCore_VERSION=5.1.4 Firebase_VERSION=5.9.0"
42   }