[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 8 / b / d / FirebaseCore / 6.0.1 / FirebaseCore.podspec.json
blob0759e9d47a73d51c81ab1ed5469f68db6638f2e7
2   "name": "FirebaseCore",
3   "version": "6.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-6.0.1"
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   "dependencies": {
33     "GoogleUtilities/Environment": [
34       "~> 6.0"
35     ],
36     "GoogleUtilities/Logger": [
37       "~> 6.0"
38     ]
39   },
40   "pod_target_xcconfig": {
41     "GCC_C_LANGUAGE_STANDARD": "c99",
42     "GCC_PREPROCESSOR_DEFINITIONS": "FIRCore_VERSION=6.0.1 Firebase_VERSION=6.1.0",
43     "OTHER_CFLAGS": "-fno-autolink"
44   },
45   "testspecs": [
46     {
47       "name": "unit",
48       "test_type": "unit",
49       "source_files": "Example/Core/Tests/**/*.[mh]",
50       "requires_app_host": true,
51       "dependencies": {
52         "OCMock": [
54         ]
55       },
56       "resources": "Example/Core/App/GoogleService-Info.plist"
57     }
58   ]