[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 3 / c / FirebaseCoreDiagnostics / 1.5.0 / FirebaseCoreDiagnostics.podspec.json
blobcf6c907b80c11b134131d98a53abe90b42fc7412
2   "name": "FirebaseCoreDiagnostics",
3   "version": "1.5.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.5.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     "watchos": "6.0"
22   },
23   "cocoapods_version": ">= 1.4.0",
24   "static_framework": true,
25   "prefix_header_file": false,
26   "pod_target_xcconfig": {
27     "GCC_C_LANGUAGE_STANDARD": "c99",
28     "GCC_TREAT_WARNINGS_AS_ERRORS": "YES",
29     "CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY": "YES",
30     "GCC_PREPROCESSOR_DEFINITIONS": "PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
31     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\" \"${PODS_TARGET_SRCROOT}/Firebase/CoreDiagnostics/\""
32   },
33   "source_files": [
34     "Firebase/CoreDiagnostics/FIRCDLibrary/**/*.[cmh]",
35     "GoogleDataTransport/GDTCORLibrary/Internal/*.h",
36     "GoogleUtilities/Environment/Private/*.h",
37     "GoogleUtilities/Logger/Private/*.h",
38     "Interop/CoreDiagnostics/Public/*.h"
39   ],
40   "frameworks": "Foundation",
41   "dependencies": {
42     "GoogleDataTransport": [
43       "~> 7.0"
44     ],
45     "GoogleUtilities/Environment": [
46       "~> 6.7"
47     ],
48     "GoogleUtilities/Logger": [
49       "~> 6.7"
50     ],
51     "nanopb": [
52       "~> 1.30905.0"
53     ]
54   },
55   "testspecs": [
56     {
57       "name": "unit",
58       "test_type": "unit",
59       "platforms": {
60         "ios": "8.0",
61         "osx": "10.11",
62         "tvos": "10.0"
63       },
64       "dependencies": {
65         "GoogleUtilities/UserDefaults": [
66           "~> 6.7"
67         ],
68         "OCMock": [
70         ]
71       },
72       "source_files": [
73         "Example/CoreDiagnostics/Tests/**/*.[mh]",
74         "GoogleUtilities/UserDefaults/Private/*.h"
75       ],
76       "requires_app_host": false
77     }
78   ]