blob: d0776a504675fc0196e0b92672fc01b4b2a11411 [file] [log] [blame]
{
"name": "FirebaseAuthInterop",
"version": "1.1.0",
"summary": "Interfaces that allow other Firebase SDKs to use Auth functionality.",
"description": "Not for public use.\n\nA set of protocols that other Firebase SDKs can use to interoperate with FirebaseAuth in a safe\nand 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": "AuthInterop-1.1.0"
},
"social_media_url": "https://twitter.com/Firebase",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "10.0",
"watchos": "6.0"
},
"source_files": "Interop/Auth/**/*.h",
"public_header_files": "Interop/Auth/Public/*.h"
}