[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / d / FirebaseCore / 5.0.1 / FirebaseCore.podspec.json
blobf579afc95a0a380c1936ce5a4730db3c0dcc1f30
2   "name": "FirebaseCore",
3   "version": "5.0.1",
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.1"
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 -DFIRCore_VERSION=5.0.1 -DFirebase_VERSION=5.0.0"
45   }