[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 5 / 6 / FirebasePerformance / 7.6.0 / FirebasePerformance.podspec.json
blob50cabf87107abe2c388eb069650f288b42fc1060
2   "name": "FirebasePerformance",
3   "version": "7.6.0",
4   "summary": "Firebase Performance",
5   "description": "Firebase Performance library to measure performance of Mobile and Web Apps.",
6   "homepage": "https://firebase.google.com",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "CocoaPods-7.6.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "10.0"
19   },
20   "cocoapods_version": ">= 1.4.0",
21   "static_framework": true,
22   "prefix_header_file": false,
23   "source_files": [
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   ],
30   "requires_arc": [
31     "FirebasePerformance/Sources/**/*.[mh]",
32     "FirebasePerformance/Public/**/*.h"
33   ],
34   "public_header_files": "FirebasePerformance/Sources/Public/*.h",
35   "pod_target_xcconfig": {
36     "GCC_C_LANGUAGE_STANDARD": "c99",
37     "GCC_PREPROCESSOR_DEFINITIONS": "GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 FIRPerformance_LIB_VERSION=7.6.0",
38     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
39   },
40   "ios": {
41     "frameworks": "SystemConfiguration"
42   },
43   "dependencies": {
44     "FirebaseCore": [
45       "~> 7.0"
46     ],
47     "FirebaseInstallations": [
48       "~> 7.0"
49     ],
50     "FirebaseRemoteConfig": [
51       "~> 7.0"
52     ],
53     "GoogleDataTransport": [
54       "~> 8.2"
55     ],
56     "GoogleUtilities/Environment": [
57       "~> 7.0"
58     ],
59     "GoogleUtilities/ISASwizzler": [
60       "~> 7.0"
61     ],
62     "GoogleUtilities/MethodSwizzler": [
63       "~> 7.0"
64     ],
65     "Protobuf": [
66       "~> 3.12"
67     ]
68   },
69   "testspecs": [
70     {
71       "name": "unit",
72       "test_type": "unit",
73       "scheme": {
74         "code_coverage": true
75       },
76       "platforms": {
77         "ios": "10.0"
78       },
79       "source_files": [
80         "FirebasePerformance/Tests/Unit/**/*.{m,h,plist}",
81         "GoogleDataTransport/GDTCORTests/Common/**/*.[hm]"
82       ],
83       "resources": [
84         "FirebasePerformance/Tests/Unit/Server/*File"
85       ],
86       "requires_arc": true,
87       "requires_app_host": true,
88       "pod_target_xcconfig": {
89         "CLANG_ENABLE_OBJC_WEAK": "YES"
90       },
91       "info_plist": {
92         "FPRTestingDummyFeature": true,
93         "FPRScreenTracesForContainerVC": true,
94         "FPRDelegateSwizzling": true,
95         "FPRNSURLConnection": true,
96         "FPRScreenTracesSwizzling": true,
97         "FPRScreenTraces": false
98       },
99       "dependencies": {
100         "GoogleUtilities/SwizzlerTestHelpers": [
102         ],
103         "OCMock": [
105         ],
106         "GCDWebServer": [
108         ]
109       }
110     }
111   ],
112   "appspecs": [
113     {
114       "name": "TestApp",
115       "platforms": {
116         "ios": "10.0"
117       },
118       "source_files": [
119         "FirebasePerformance/Tests/TestApp/Source/**/*.{m,h}"
120       ],
121       "info_plist": {
122         "CFBundleIdentifier": "com.google.FIRPerfTestApp"
123       },
124       "ios": {
125         "resources": [
126           "FirebasePerformance/Tests/TestApp/Resources/*.*",
127           "FirebasePerformance/Tests/TestApp/Plists/Prod/**/*.plist"
128         ]
129       },
130       "requires_arc": true
131     }
132   ]