blob: 92df18fddf5a55f46b288155d3e39b008975f955 [file] [log] [blame]
{
"name": "FirebaseAppCheck",
"version": "8.6.0-beta",
"summary": "Firebase App Check SDK.",
"description": "Firebase SDK for anti-abuse compatibility.",
"homepage": "https://firebase.google.com",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": "Google, Inc.",
"source": {
"git": "https://github.com/firebase/firebase-ios-sdk.git",
"tag": "CocoaPods-8.6.0-beta"
},
"social_media_url": "https://twitter.com/Firebase",
"platforms": {
"ios": "9.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "6.0"
},
"cocoapods_version": ">= 1.4.0",
"prefix_header_file": false,
"source_files": [
"FirebaseAppCheck/Sources/**/*.[mh]",
"FirebaseCore/Sources/Private/*.h"
],
"public_header_files": "FirebaseAppCheck/Sources/Public/FirebaseAppCheck/*.h",
"ios": {
"weak_frameworks": "DeviceCheck"
},
"osx": {
"weak_frameworks": "DeviceCheck"
},
"tvos": {
"weak_frameworks": "DeviceCheck"
},
"dependencies": {
"FirebaseCore": [
"~> 8.0"
],
"PromisesObjC": [
">= 1.2",
"< 3.0"
],
"GoogleUtilities/Environment": [
"~> 7.4"
]
},
"pod_target_xcconfig": {
"GCC_C_LANGUAGE_STANDARD": "c99",
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
},
"testspecs": [
{
"name": "unit",
"test_type": "unit",
"platforms": {
"ios": "9.0",
"osx": "10.12",
"tvos": "10.0"
},
"source_files": [
"FirebaseAppCheck/Tests/Unit/**/*.[mh]",
"FirebaseAppCheck/Tests/Utils/**/*.[mh]",
"SharedTestUtilities/AppCheckFake/*",
"SharedTestUtilities/Date/*",
"SharedTestUtilities/URLSession/*"
],
"resources": "FirebaseAppCheck/Tests/Fixture/**/*",
"dependencies": {
"OCMock": [
]
},
"requires_app_host": true
},
{
"name": "integration",
"test_type": "unit",
"platforms": {
"ios": "9.0",
"osx": "10.12",
"tvos": "10.0"
},
"source_files": [
"FirebaseAppCheck/Tests/Integration/**/*.[mh]",
"FirebaseAppCheck/Tests/Integration/**/*.[mh]"
],
"resources": "FirebaseAppCheck/Tests/Fixture/**/*",
"requires_app_host": true
},
{
"name": "swift-unit",
"test_type": "unit",
"platforms": {
"ios": "9.0",
"osx": "10.12",
"tvos": "10.0"
},
"source_files": [
"FirebaseAppCheck/Tests/Unit/Swift/**/*.swift",
"FirebaseAppCheck/Tests/Unit/Swift/**/*.h"
]
}
]
}