blob: 1c65419c0dc294382a13d0a0a7aaee35428d43c4 [file] [log] [blame]
{
"name": "FirebaseAuth",
"version": "6.5.3",
"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.5.3"
},
"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]",
"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.5.3 FIRAuth_MINOR_VERSION=6.5",
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
},
"frameworks": "Security",
"ios": {
"frameworks": "SafariServices"
},
"dependencies": {
"FirebaseAuthInterop": [
"~> 1.0"
],
"FirebaseCore": [
"~> 6.6"
],
"GoogleUtilities/AppDelegateSwizzler": [
"~> 6.5"
],
"GoogleUtilities/Environment": [
"~> 6.5"
],
"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": [
]
}
}
]
}