blob: a63b5786055abf1293ac6ef1aa2e7b2d2ac729f4 [file] [log] [blame]
{
"name": "FirebaseAuth",
"version": "6.3.1",
"summary": "The official iOS client for Firebase Authentication (plus community support for macOS and tvOS)",
"description": "Firebase Authentication allows you to manage your own account system without any backend code. It\nsupports email and password accounts, as well as several 3rd party authentication mechanisms.",
"homepage": "https://firebase.google.com",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": "Google, Inc.",
"source": {
"git": "https://github.com/firebase/firebase-ios-sdk.git",
"tag": "Auth-6.3.1"
},
"social_media_url": "https://twitter.com/Firebase",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "10.0"
},
"cocoapods_version": ">= 1.4.0",
"static_framework": true,
"prefix_header_file": false,
"source_files": "Firebase/Auth/Source/**/*.[mh]",
"osx": {
"exclude_files": [
"Firebase/Auth/Source/**/FIRAuthNotificationManager.[mh]",
"Firebase/Auth/Source/**/FIRAuthAppCredentialManager.[mh]",
"Firebase/Auth/Source/**/FIRAuthAPNSTokenManager.[mh]",
"Firebase/Auth/Source/**/FIRAuthAPNSTokenType.[mh]",
"Firebase/Auth/Source/**/FIRAuthAPNSToken.[mh]",
"Firebase/Auth/Source/**/FIRAuthDefaultUIDelegate.[mh]",
"Firebase/Auth/Source/**/FIRAuthUIDelegate.h",
"Firebase/Auth/Source/**/FIRAuthURLPresenter.[mh]",
"Firebase/Auth/Source/**/FIRAuthWebView.[mh]",
"Firebase/Auth/Source/**/FIRAuthWebViewController.[mh]",
"Firebase/Auth/Source/**/FIRPhoneAuthCredential.[mh]",
"Firebase/Auth/Source/**/FIRPhoneAuthProvider.[mh]"
]
},
"tvos": {
"exclude_files": [
"Firebase/Auth/Source/**/FIRAuthURLPresenter.[mh]",
"Firebase/Auth/Source/**/FIRAuthWebView.[mh]",
"Firebase/Auth/Source/**/FIRAuthWebViewController.[mh]",
"Firebase/Auth/Source/**/FIRPhoneAuthCredential.[mh]",
"Firebase/Auth/Source/**/FIRPhoneAuthProvider.[mh]"
]
},
"public_header_files": "Firebase/Auth/Source/Public/*.h",
"preserve_paths": [
"Firebase/Auth/README.md",
"Firebase/Auth/CHANGELOG.md"
],
"pod_target_xcconfig": {
"GCC_C_LANGUAGE_STANDARD": "c99",
"GCC_PREPROCESSOR_DEFINITIONS": "FIRAuth_VERSION=6.3.1 FIRAuth_MINOR_VERSION=6.3"
},
"frameworks": "Security",
"ios": {
"frameworks": "SafariServices"
},
"dependencies": {
"FirebaseAuthInterop": [
"~> 1.0"
],
"FirebaseCore": [
"~> 6.2"
],
"GoogleUtilities/AppDelegateSwizzler": [
"~> 6.2"
],
"GoogleUtilities/Environment": [
"~> 6.2"
],
"GTMSessionFetcher/Core": [
"~> 1.1"
]
},
"testspecs": [
{
"name": "unit",
"test_type": "unit",
"source_files": "Example/Auth/Tests/*.[mh]",
"osx": {
"exclude_files": [
"Example/Auth/Tests/FIRAuthAPNSTokenManagerTests.m",
"Example/Auth/Tests/FIRAuthAPNSTokenTests.m",
"Example/Auth/Tests/FIRAuthAppCredentialManagerTests.m",
"Example/Auth/Tests/FIRAuthNotificationManagerTests.m",
"Example/Auth/Tests/FIRAuthURLPresenterTests.m",
"Example/Auth/Tests/FIREmailLink*",
"Example/Auth/Tests/FIRPhoneAuthProviderTests.m",
"Example/Auth/Tests/FIRSendVerificationCode*",
"Example/Auth/Tests/FIRSignInWithGameCenterTests.m",
"Example/Auth/Tests/FIRVerifyClient*",
"Example/Auth/Tests/FIRVerifyPhoneNumber*",
"Example/Auth/Tests/FIROAuthProviderTests.m"
]
},
"tvos": {
"exclude_files": [
"Example/Auth/Tests/FIRAuthAPNSTokenManagerTests.m",
"Example/Auth/Tests/FIRAuthNotificationManagerTests.m",
"Example/Auth/Tests/FIRAuthURLPresenterTests.m",
"Example/Auth/Tests/FIREmailLink*",
"Example/Auth/Tests/FIRPhoneAuthProviderTests.m",
"Example/Auth/Tests/FIRSendVerificationCode*",
"Example/Auth/Tests/FIRSignInWithGameCenterTests.m",
"Example/Auth/Tests/FIRVerifyClient*",
"Example/Auth/Tests/FIRVerifyPhoneNumber*",
"Example/Auth/Tests/FIROAuthProviderTests.m"
]
},
"requires_app_host": true,
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"/Firebase/Auth/Source/**"
},
"dependencies": {
"OCMock": [
]
}
}
]
}