2 "name": "FirebaseInstallations",
4 "summary": "Firebase Installations",
5 "description": "Firebase Installations.",
6 "homepage": "https://firebase.google.com",
11 "authors": "Google, Inc.",
13 "git": "https://github.com/firebase/firebase-ios-sdk.git",
14 "tag": "Installations-1.4.0"
16 "social_media_url": "https://twitter.com/Firebase",
23 "cocoapods_version": ">= 1.4.0",
24 "static_framework": true,
25 "prefix_header_file": false,
27 "FirebaseInstallations/Source/Library/**/*.[mh]",
28 "FirebaseCore/Sources/Private/*.h"
30 "public_header_files": "FirebaseInstallations/Source/Library/Public/*.h",
31 "frameworks": "Security",
39 "GoogleUtilities/Environment": [
42 "GoogleUtilities/UserDefaults": [
46 "pod_target_xcconfig": {
47 "GCC_C_LANGUAGE_STANDARD": "c99",
48 "GCC_PREPROCESSOR_DEFINITIONS": "FIRInstallations_LIB_VERSION=1.4.0",
49 "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
61 "FirebaseInstallations/Source/Tests/Unit/**/*.[mh]",
62 "FirebaseInstallations/Source/Tests/Utils/**/*.[mh]"
64 "resources": "FirebaseInstallations/Source/Tests/Fixture/**/*",
65 "requires_app_host": true,
70 "FirebaseInstanceID": [
76 "name": "integration",
83 "source_files": "FirebaseInstallations/Source/Tests/Integration/**/*.[mh]",
84 "resources": "FirebaseInstallations/Source/Tests/Resources/**/*",
85 "requires_app_host": true,