[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 8 / b / d / FirebaseCore / 5.2.0 / FirebaseCore.podspec.json
blobc648ad974102840e8f29dbff748bb65860b6c79b
2   "name": "FirebaseCore",
3   "version": "5.2.0",
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.2.0"
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": "Foundation",
32   "dependencies": {
33     "GoogleUtilities/Logger": [
34       "~> 5.2"
35     ]
36   },
37   "pod_target_xcconfig": {
38     "GCC_C_LANGUAGE_STANDARD": "c99",
39     "GCC_PREPROCESSOR_DEFINITIONS": "FIRCore_VERSION=5.2.0 Firebase_VERSION=5.16.0",
40     "OTHER_CFLAGS": "-fno-autolink"
41   }