blob: e2b4e7464a69332900bcc2d2758ffe3bbb08e4a1 [file] [log] [blame]
{
"name": "FirebaseAuth",
"version": "6.7.0",
"summary": "Apple platform client for Firebase Authentication",
"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.7.0"
},
"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": [
"FirebaseAuth/Sources/**/*.[mh]",
"FirebaseCore/Sources/Private/*.h",
"GoogleUtilities/AppDelegateSwizzler/Private/*.h",
"GoogleUtilities/Environment/Private/*.h",
"GoogleUtilities/SceneDelegateSwizzler/Private/*.h",
"Interop/Auth/Public/*.h"
],
"public_header_files": "FirebaseAuth/Sources/Public/*.h",
"preserve_paths": [
"FirebaseAuth/README.md",
"FirebaseAuth/CHANGELOG.md"
],
"pod_target_xcconfig": {
"GCC_C_LANGUAGE_STANDARD": "c99",
"GCC_PREPROCESSOR_DEFINITIONS": "FIRAuth_VERSION=6.7.0 FIRAuth_MINOR_VERSION=6.7",
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
},
"frameworks": "Security",
"ios": {
"frameworks": "SafariServices"
},
"dependencies": {
"FirebaseCore": [
"~> 6.8"
],
"GoogleUtilities/AppDelegateSwizzler": [
"~> 6.7"
],
"GoogleUtilities/Environment": [
"~> 6.7"
],
"GTMSessionFetcher/Core": [
"~> 1.1"
]
},
"testspecs": [
{
"name": "unit",
"test_type": "unit",
"source_files": "FirebaseAuth/Tests/Unit/*.[mh]",
"osx": {
"exclude_files": [
"FirebaseAuth/Tests/Unit/FIRAuthAPNSTokenManagerTests.m",
"FirebaseAuth/Tests/Unit/FIRAuthAPNSTokenTests.m",
"FirebaseAuth/Tests/Unit/FIRAuthAppCredentialManagerTests.m",
"FirebaseAuth/Tests/Unit/FIRAuthNotificationManagerTests.m",
"FirebaseAuth/Tests/Unit/FIRAuthURLPresenterTests.m",
"FirebaseAuth/Tests/Unit/FIREmailLink*",
"FirebaseAuth/Tests/Unit/FIRPhoneAuthProviderTests.m",
"FirebaseAuth/Tests/Unit/FIRSendVerificationCode*",
"FirebaseAuth/Tests/Unit/FIRSignInWithGameCenterTests.m",
"FirebaseAuth/Tests/Unit/FIRVerifyClient*",
"FirebaseAuth/Tests/Unit/FIRVerifyPhoneNumber*",
"FirebaseAuth/Tests/Unit/FIROAuthProviderTests.m"
]
},
"tvos": {
"exclude_files": [
"FirebaseAuth/Tests/Unit/FIRAuthAPNSTokenManagerTests.m",
"FirebaseAuth/Tests/Unit/FIRAuthNotificationManagerTests.m",
"FirebaseAuth/Tests/Unit/FIRAuthURLPresenterTests.m",
"FirebaseAuth/Tests/Unit/FIREmailLink*",
"FirebaseAuth/Tests/Unit/FIRPhoneAuthProviderTests.m",
"FirebaseAuth/Tests/Unit/FIRSendVerificationCode*",
"FirebaseAuth/Tests/Unit/FIRSignInWithGameCenterTests.m",
"FirebaseAuth/Tests/Unit/FIRVerifyClient*",
"FirebaseAuth/Tests/Unit/FIRVerifyPhoneNumber*",
"FirebaseAuth/Tests/Unit/FIROAuthProviderTests.m"
]
},
"requires_app_host": true,
"dependencies": {
"OCMock": [
]
}
}
]
}