[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 3 / c / FirebaseCoreDiagnostics / 1.0.0 / FirebaseCoreDiagnostics.podspec.json
blobac79f0bdf399f5635b65323ca9d2849db4b97da3
2   "name": "FirebaseCoreDiagnostics",
3   "version": "1.0.0",
4   "summary": "Firebase Core Diagnostics",
5   "description": "Firebase Core Diagnostics collects diagnostic data to help improve and provide Firebase services.\nThis SDK is integrated using a 'soft-link' mechanism and the bits be omitted by using a\nnon-Cocoapod integration. This library also respects the Firebase global data collection flag.",
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": "CoreDiagnostics-1.0.0"
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   "pod_target_xcconfig": {
26     "GCC_C_LANGUAGE_STANDARD": "c99",
27     "GCC_TREAT_WARNINGS_AS_ERRORS": "YES",
28     "CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY": "YES",
29     "GCC_PREPROCESSOR_DEFINITIONS": "PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
30     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/Firebase/CoreDiagnostics/\""
31   },
32   "source_files": "Firebase/CoreDiagnostics/FIRCDLibrary/**/*.[cmh]",
33   "frameworks": "Foundation",
34   "dependencies": {
35     "FirebaseCoreDiagnosticsInterop": [
36       "~> 1.0"
37     ],
38     "GoogleDataTransportCCTSupport": [
39       "~> 1.0"
40     ],
41     "GoogleUtilities/Environment": [
42       "~> 6.2"
43     ],
44     "GoogleUtilities/Logger": [
45       "~> 6.2"
46     ]
47   },
48   "testspecs": [
49     {
50       "name": "unit",
51       "test_type": "unit",
52       "dependencies": {
53         "GoogleUtilities/UserDefaults": [
54           "~> 6.2"
55         ],
56         "OCMock": [
58         ]
59       },
60       "source_files": "Example/CoreDiagnostics/Tests/**/*.[mh]",
61       "requires_app_host": false
62     }
63   ]