2 "name": "FirebaseAppCheck",
3 "version": "8.1.0-beta",
4 "summary": "Firebase App Check SDK.",
5 "description": "Firebase SDK for anti-abuse compatibility.",
6 "homepage": "https://firebase.google.com",
11 "authors": "Google, Inc.",
13 "git": "https://github.com/firebase/firebase-ios-sdk.git",
14 "tag": "CocoaPods-8.1.0-beta"
16 "social_media_url": "https://twitter.com/Firebase",
22 "cocoapods_version": ">= 1.4.0",
23 "prefix_header_file": false,
25 "FirebaseAppCheck/Sources/**/*.[mh]",
26 "FirebaseCore/Sources/Private/*.h"
28 "public_header_files": "FirebaseAppCheck/Sources/Public/FirebaseAppCheck/*.h",
29 "frameworks": "DeviceCheck",
37 "GoogleUtilities/Environment": [
41 "pod_target_xcconfig": {
42 "GCC_C_LANGUAGE_STANDARD": "c99",
43 "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
55 "FirebaseAppCheck/Tests/Unit/**/*.[mh]",
56 "FirebaseAppCheck/Tests/Utils/**/*.[mh]",
57 "SharedTestUtilities/AppCheckFake/*",
58 "SharedTestUtilities/Date/*",
59 "SharedTestUtilities/URLSession/*"
61 "resources": "FirebaseAppCheck/Tests/Fixture/**/*",
67 "requires_app_host": true
70 "name": "integration",
78 "FirebaseAppCheck/Tests/Integration/**/*.[mh]",
79 "FirebaseAppCheck/Tests/Integration/**/*.[mh]"
81 "resources": "FirebaseAppCheck/Tests/Fixture/**/*",
82 "requires_app_host": true
93 "FirebaseAppCheck/Tests/Unit/Swift/**/*.swift",
94 "FirebaseAppCheck/Tests/Unit/Swift/**/*.h"