blob: 402e61b89b64ecca43cf76cc58624a2dd6d09f4f [file] [log] [blame]
{
"name": "FirebaseAnalyticsInterop",
"version": "1.2.0",
"summary": "Interfaces that allow other Firebase SDKs to use Analytics functionality.",
"description": "Not for public use.\n\nA set of protocols that other Firebase SDKs can use to interoperate with FirebaseAnalytics in a\nsafe and reliable 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": "AnalyticsInterop-1.2.0"
},
"social_media_url": "https://twitter.com/Firebase",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "10.0"
},
"source_files": "Interop/Analytics/**/*.h",
"public_header_files": "Interop/Analytics/Public/*.h"
}