blob: e72581e3292c6a46662e697e54e34285e58c6af2 [file] [log] [blame]
{
"name": "FirebaseCoreDiagnostics",
"version": "1.7.0",
"summary": "Firebase Core Diagnostics",
"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.",
"homepage": "https://firebase.google.com",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": "Google, Inc.",
"source": {
"git": "https://github.com/firebase/firebase-ios-sdk.git",
"tag": "CoreDiagnostics-1.7.0"
},
"social_media_url": "https://twitter.com/Firebase",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "10.0",
"watchos": "6.0"
},
"cocoapods_version": ">= 1.4.0",
"static_framework": true,
"prefix_header_file": false,
"pod_target_xcconfig": {
"GCC_C_LANGUAGE_STANDARD": "c99",
"GCC_TREAT_WARNINGS_AS_ERRORS": "YES",
"CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY": "YES",
"GCC_PREPROCESSOR_DEFINITIONS": "PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
},
"source_files": [
"Firebase/CoreDiagnostics/FIRCDLibrary/**/*.[cmh]",
"GoogleDataTransport/GDTCORLibrary/Internal/*.h",
"GoogleUtilities/Environment/Private/*.h",
"GoogleUtilities/Logger/Private/*.h",
"Interop/CoreDiagnostics/Public/*.h"
],
"public_header_files": "Firebase/CoreDiagnostics/FIRCDLibrary/Public/*.h",
"frameworks": "Foundation",
"dependencies": {
"GoogleDataTransport": [
"~> 7.4"
],
"GoogleUtilities/Environment": [
"~> 6.7"
],
"GoogleUtilities/Logger": [
"~> 6.7"
],
"nanopb": [
"~> 1.30906.0"
]
},
"testspecs": [
{
"name": "unit",
"test_type": "unit",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "10.0"
},
"dependencies": {
"GoogleUtilities/UserDefaults": [
"~> 6.7"
],
"OCMock": [
]
},
"source_files": [
"Example/CoreDiagnostics/Tests/**/*.[mh]",
"GoogleUtilities/UserDefaults/Private/*.h"
],
"requires_app_host": false
}
]
}