blob: f510713b14df63c44b118a60911f0216680a9952 [file] [log] [blame]
{
"name": "FirebaseCoreDiagnosticsInterop",
"version": "1.0.0",
"summary": "Interfaces that allow other Firebase SDKs to use CoreDiagnostics functionality.",
"description": "Not for public use.\n\nA set of protocols that other Firebase SDKs can use to interoperate with FirebaseCoreDiagnostics\nin a safe manner.",
"homepage": "https://firebase.google.com",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": "Google, Inc.",
"source": {
"git": "https://github.com/firebase/firebase-ios-sdk.git",
"tag": "CoreDiagnosticsInterop-1.0.0"
},
"social_media_url": "https://twitter.com/Firebase",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "10.0"
},
"source_files": "Interop/CoreDiagnostics/**/*.h",
"public_header_files": "Interop/CoreDiagnostics/Public/*.h"
}