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-7.4.0"
16 "social_media_url": "https://twitter.com/Firebase",
20 "cocoapods_version": ">= 1.4.0",
21 "static_framework": true,
22 "prefix_header_file": false,
24 "FirebasePerformance/Sources/**/*.[mh]",
25 "FirebasePerformance/ProtoSupport/**/*.[mh]",
26 "FirebaseCore/Sources/Private/*.h",
27 "FirebaseInstallations/Source/Library/Private/*.h",
28 "FirebaseRemoteConfig/Sources/Private/*.h",
29 "GoogleDataTransport/GDTCORLibrary/Internal/*.h",
30 "GoogleUtilities/ISASwizzler/Private/*.h",
31 "GoogleUtilities/MethodSwizzler/Private/*.h",
32 "GoogleUtilities/Environment/Private/*.h"
35 "FirebasePerformance/Sources/**/*.[mh]",
36 "FirebasePerformance/Public/**/*.h"
38 "public_header_files": "FirebasePerformance/Sources/Public/*.h",
39 "pod_target_xcconfig": {
40 "GCC_C_LANGUAGE_STANDARD": "c99",
41 "GCC_PREPROCESSOR_DEFINITIONS": "GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 FIRPerformance_LIB_VERSION=7.4.0",
42 "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
45 "frameworks": "SystemConfiguration"
51 "FirebaseInstallations": [
54 "FirebaseRemoteConfig": [
57 "GoogleDataTransport": [
60 "GoogleUtilities/Environment": [
63 "GoogleUtilities/ISASwizzler": [
66 "GoogleUtilities/MethodSwizzler": [
81 "FirebasePerformance/Tests/Unit/**/*.{m,h,plist}",
82 "GoogleDataTransport/GDTCORTests/Common/**/*.[hm]"
85 "FirebasePerformance/Tests/Unit/Server/*File"
88 "requires_app_host": true,
89 "pod_target_xcconfig": {
90 "CLANG_ENABLE_OBJC_WEAK": "YES"
93 "FPRTestingDummyFeature": true,
94 "FPRScreenTracesForContainerVC": true,
95 "FPRDelegateSwizzling": true,
96 "FPRNSURLConnection": true,
97 "FPRScreenTracesSwizzling": true,
98 "FPRScreenTraces": false
101 "GoogleUtilities/SwizzlerTestHelpers": [
120 "FirebasePerformance/Tests/TestApp/Source/**/*.{m,h}"
123 "CFBundleIdentifier": "com.google.FIRPerfTestApp"
127 "FirebasePerformance/Tests/TestApp/Resources/*.*",
128 "FirebasePerformance/Tests/TestApp/Plists/Prod/**/*.plist"