2 "name": "FirebasePerformance",
4 "summary": "Firebase Performance",
5 "description": "Firebase Performance library to measure performance of Mobile and Web Apps.",
6 "homepage": "https://firebase.google.com",
11 "authors": "Google, Inc.",
13 "git": "https://github.com/firebase/firebase-ios-sdk.git",
14 "tag": "CocoaPods-10.5.0"
16 "social_media_url": "https://twitter.com/Firebase",
17 "swift_versions": "5.3",
22 "cocoapods_version": ">= 1.4.0",
23 "prefix_header_file": false,
25 "FirebasePerformance/Sources/**/*.[cmh]",
26 "FirebaseCore/Extension/*.h",
27 "FirebaseInstallations/Source/Library/Private/*.h",
28 "FirebaseRemoteConfig/Sources/Private/*.h"
31 "FirebasePerformance/Sources/**/*.[mh]",
32 "FirebasePerformance/Public/**/*.h"
34 "public_header_files": "FirebasePerformance/Sources/Public/FirebasePerformance/*.h",
35 "pod_target_xcconfig": {
36 "GCC_C_LANGUAGE_STANDARD": "c99",
37 "GCC_PREPROCESSOR_DEFINITIONS": "FIRPerformance_LIB_VERSION=10.5.0 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
38 "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
41 "frameworks": "CoreTelephony"
43 "frameworks": "SystemConfiguration",
48 "FirebaseInstallations": [
51 "FirebaseRemoteConfig": [
54 "GoogleDataTransport": [
57 "GoogleUtilities/Environment": [
60 "GoogleUtilities/ISASwizzler": [
63 "GoogleUtilities/MethodSwizzler": [
83 "FirebasePerformance/Tests/Unit/**/*.{m,h,plist}",
84 "SharedTestUtilities/*.[hm]"
87 "FirebasePerformance/Tests/Unit/Server/*File"
90 "requires_app_host": true,
91 "pod_target_xcconfig": {
92 "CLANG_ENABLE_OBJC_WEAK": "YES"
95 "FPRTestingDummyFeature": true,
96 "FPRScreenTracesForContainerVC": true,
97 "FPRDelegateSwizzling": true,
98 "FPRNSURLConnection": true,
99 "FPRScreenTracesSwizzling": true,
100 "FPRScreenTraces": false
103 "GoogleUtilities/SwizzlerTestHelpers": [
123 "FirebasePerformance/Tests/TestApp/Source/**/*.{m,h}"
126 "CFBundleIdentifier": "com.google.FIRPerfTestApp"
130 "FirebasePerformance/Tests/TestApp/Resources/*.*",
131 "FirebasePerformance/Tests/TestApp/Plists/Prod/**/*.plist"
137 "swift_version": "5.3"