[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 5 / 6 / FirebasePerformance / 10.19.0 / FirebasePerformance.podspec.json
blob4681ff762d76e4476a56283fcc4c62f75fc4273a
2   "name": "FirebasePerformance",
3   "version": "10.19.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-10.19.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "swift_versions": "5.3",
18   "platforms": {
19     "ios": "11.0",
20     "tvos": "12.0"
21   },
22   "cocoapods_version": ">= 1.4.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=10.19.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       "~> 10.5"
47     ],
48     "FirebaseInstallations": [
49       "~> 10.0"
50     ],
51     "FirebaseRemoteConfig": [
52       "~> 10.0"
53     ],
54     "FirebaseSessions": [
55       "~> 10.5"
56     ],
57     "GoogleDataTransport": [
58       "~> 9.2"
59     ],
60     "GoogleUtilities/Environment": [
61       "~> 7.8"
62     ],
63     "GoogleUtilities/ISASwizzler": [
64       "~> 7.8"
65     ],
66     "GoogleUtilities/MethodSwizzler": [
67       "~> 7.8"
68     ],
69     "nanopb": [
70       ">= 2.30908.0",
71       "< 2.30910.0"
72     ]
73   },
74   "testspecs": [
75     {
76       "name": "unit",
77       "test_type": "unit",
78       "platforms": {
79         "ios": "11.0",
80         "tvos": "12.0"
81       },
82       "scheme": {
83         "code_coverage": true
84       },
85       "source_files": [
86         "FirebasePerformance/Tests/Unit/**/*.{m,h,plist}",
87         "SharedTestUtilities/*.[hm]"
88       ],
89       "resources": [
90         "FirebasePerformance/Tests/Unit/Server/*File"
91       ],
92       "requires_arc": true,
93       "requires_app_host": true,
94       "pod_target_xcconfig": {
95         "CLANG_ENABLE_OBJC_WEAK": "YES"
96       },
97       "info_plist": {
98         "FPRTestingDummyFeature": true,
99         "FPRScreenTracesForContainerVC": true,
100         "FPRDelegateSwizzling": true,
101         "FPRNSURLConnection": true,
102         "FPRScreenTracesSwizzling": true,
103         "FPRScreenTraces": false
104       },
105       "dependencies": {
106         "GoogleUtilities/SwizzlerTestHelpers": [
108         ],
109         "OCMock": [
111         ],
112         "GCDWebServer": [
114         ]
115       }
116     }
117   ],
118   "appspecs": [
119     {
120       "name": "TestApp",
121       "platforms": {
122         "ios": "11.0",
123         "tvos": "12.0"
124       },
125       "source_files": [
126         "FirebasePerformance/Tests/TestApp/Source/**/*.{m,h}"
127       ],
128       "info_plist": {
129         "CFBundleIdentifier": "com.google.FIRPerfTestApp"
130       },
131       "ios": {
132         "resources": [
133           "FirebasePerformance/Tests/TestApp/Resources/*.*",
134           "FirebasePerformance/Tests/TestApp/Plists/Prod/**/*.plist"
135         ]
136       },
137       "requires_arc": true
138     }
139   ],
140   "swift_version": "5.3"