2 "name": "FirebaseInstallations",
4 "summary": "Firebase Installations for iOS",
5 "description": "Firebase Installations for iOS.",
6 "homepage": "https://firebase.google.com",
11 "authors": "Google, Inc.",
13 "git": "https://github.com/firebase/firebase-ios-sdk.git",
14 "tag": "Installations-1.1.1"
16 "social_media_url": "https://twitter.com/Firebase",
23 "cocoapods_version": ">= 1.4.0",
24 "static_framework": true,
25 "prefix_header_file": false,
26 "source_files": "FirebaseInstallations/Source/Library/**/*.[mh]",
27 "public_header_files": "FirebaseInstallations/Source/Library/Public/*.h",
28 "frameworks": "Security",
36 "GoogleUtilities/UserDefaults": [
40 "pod_target_xcconfig": {
41 "GCC_C_LANGUAGE_STANDARD": "c99",
42 "GCC_PREPROCESSOR_DEFINITIONS": "FIRInstallations_LIB_VERSION=1.1.1"
54 "FirebaseInstallations/Source/Tests/Unit/**/*.[mh]",
55 "FirebaseInstallations/Source/Tests/Utils/**/*.[mh]"
57 "resources": "FirebaseInstallations/Source/Tests/Fixture/**/*",
58 "requires_app_host": true,
63 "FirebaseInstanceID": [
69 "name": "integration",
76 "source_files": "FirebaseInstallations/Source/Tests/Integration/**/*.[mh]",
77 "resources": "FirebaseInstallations/Source/Tests/Resources/**/*",
78 "requires_app_host": true,