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