[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 5 / 6 / FirebasePerformance / 11.2.0 / FirebasePerformance.podspec.json
blobff2de81bdeeaa1154c5dd49a62791e014c8cf286
2   "name": "FirebasePerformance",
3   "version": "11.2.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-2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "CocoaPods-11.2.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "swift_versions": "5.9",
18   "platforms": {
19     "ios": "13.0",
20     "tvos": "13.0"
21   },
22   "cocoapods_version": ">= 1.12.0",
23   "prefix_header_file": false,
24   "source_files": [
25     "FirebasePerformance/Sources/**/*.[cmh]",
26     "FirebaseCore/Extension/*.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/FirebasePerformance/*.h",
35   "pod_target_xcconfig": {
36     "GCC_C_LANGUAGE_STANDARD": "c99",
37     "GCC_PREPROCESSOR_DEFINITIONS": "FIRPerformance_LIB_VERSION=11.2.0 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
38     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
39   },
40   "ios": {
41     "frameworks": "CoreTelephony"
42   },
43   "frameworks": "SystemConfiguration",
44   "dependencies": {
45     "FirebaseCore": [
46       "~> 11.0"
47     ],
48     "FirebaseInstallations": [
49       "~> 11.0"
50     ],
51     "FirebaseRemoteConfig": [
52       "~> 11.0"
53     ],
54     "FirebaseSessions": [
55       "~> 11.0"
56     ],
57     "GoogleDataTransport": [
58       "~> 10.0"
59     ],
60     "GoogleUtilities/Environment": [
61       "~> 8.0"
62     ],
63     "GoogleUtilities/MethodSwizzler": [
64       "~> 8.0"
65     ],
66     "GoogleUtilities/UserDefaults": [
67       "~> 8.0"
68     ],
69     "nanopb": [
70       "~> 3.30910.0"
71     ]
72   },
73   "testspecs": [
74     {
75       "name": "unit",
76       "test_type": "unit",
77       "platforms": {
78         "ios": "13.0",
79         "tvos": "13.0"
80       },
81       "scheme": {
82         "code_coverage": true
83       },
84       "source_files": [
85         "FirebasePerformance/Tests/Unit/**/*.{m,h,plist}",
86         "SharedTestUtilities/*.[hm]"
87       ],
88       "resources": [
89         "FirebasePerformance/Tests/Unit/Server/*File"
90       ],
91       "requires_arc": true,
92       "requires_app_host": true,
93       "pod_target_xcconfig": {
94         "CLANG_ENABLE_OBJC_WEAK": "YES"
95       },
96       "info_plist": {
97         "FPRTestingDummyFeature": true,
98         "FPRScreenTracesForContainerVC": true,
99         "FPRDelegateSwizzling": true,
100         "FPRNSURLConnection": true,
101         "FPRScreenTracesSwizzling": true,
102         "FPRScreenTraces": false
103       },
104       "dependencies": {
105         "GoogleUtilities/SwizzlerTestHelpers": [
107         ],
108         "OCMock": [
110         ],
111         "GCDWebServer": [
113         ]
114       }
115     }
116   ],
117   "appspecs": [
118     {
119       "name": "TestApp",
120       "platforms": {
121         "ios": "13.0",
122         "tvos": "13.0"
123       },
124       "source_files": [
125         "FirebasePerformance/Tests/TestApp/Source/**/*.{m,h}"
126       ],
127       "info_plist": {
128         "CFBundleIdentifier": "com.google.FIRPerfTestApp"
129       },
130       "ios": {
131         "resources": [
132           "FirebasePerformance/Tests/TestApp/Resources/*.*",
133           "FirebasePerformance/Tests/TestApp/Plists/Prod/**/*.plist"
134         ]
135       },
136       "requires_arc": true
137     }
138   ],
139   "swift_version": "5.9"