blob: d5468009ee5245cb8461fcdb99531df694f78a25 [file] [log] [blame]
{
"name": "FirebaseCoreDiagnostics",
"version": "1.2.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.2.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}/Firebase/CoreDiagnostics/\""
},
"source_files": "Firebase/CoreDiagnostics/FIRCDLibrary/**/*.[cmh]",
"frameworks": "Foundation",
"dependencies": {
"FirebaseCoreDiagnosticsInterop": [
"~> 1.2"
],
"GoogleDataTransportCCTSupport": [
"~> 1.3"
],
"GoogleUtilities/Environment": [
"~> 6.5"
],
"GoogleUtilities/Logger": [
"~> 6.5"
],
"nanopb": [
"~> 0.3.901"
]
},
"testspecs": [
{
"name": "unit",
"test_type": "unit",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "10.0"
},
"dependencies": {
"GoogleUtilities/UserDefaults": [
"~> 6.2"
],
"OCMock": [
]
},
"source_files": "Example/CoreDiagnostics/Tests/**/*.[mh]",
"requires_app_host": false
}
]
}