[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / e / 5 / 6 / FirebasePerformance / 10.29.0 / FirebasePerformance.podspec.json
blob0803b49723ad57df60e5feccd9b646f909854bb5
2   "name": "FirebasePerformance",
3   "version": "10.29.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.29.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.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=10.29.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": "QuartzCore",
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.13"
62     ],
63     "GoogleUtilities/ISASwizzler": [
64       "~> 7.13"
65     ],
66     "GoogleUtilities/MethodSwizzler": [
67       "~> 7.13"
68     ],
69     "GoogleUtilities/UserDefaults": [
70       "~> 7.13"
71     ],
72     "nanopb": [
73       ">= 2.30908.0",
74       "< 2.30911.0"
75     ]
76   },
77   "testspecs": [
78     {
79       "name": "unit",
80       "test_type": "unit",
81       "platforms": {
82         "ios": "11.0",
83         "tvos": "12.0"
84       },
85       "scheme": {
86         "code_coverage": true
87       },
88       "source_files": [
89         "FirebasePerformance/Tests/Unit/**/*.{m,h,plist}",
90         "SharedTestUtilities/*.[hm]"
91       ],
92       "resources": [
93         "FirebasePerformance/Tests/Unit/Server/*File"
94       ],
95       "requires_arc": true,
96       "requires_app_host": true,
97       "pod_target_xcconfig": {
98         "CLANG_ENABLE_OBJC_WEAK": "YES"
99       },
100       "info_plist": {
101         "FPRTestingDummyFeature": true,
102         "FPRScreenTracesForContainerVC": true,
103         "FPRDelegateSwizzling": true,
104         "FPRNSURLConnection": true,
105         "FPRScreenTracesSwizzling": true,
106         "FPRScreenTraces": false
107       },
108       "dependencies": {
109         "GoogleUtilities/SwizzlerTestHelpers": [
111         ],
112         "OCMock": [
114         ],
115         "GCDWebServer": [
117         ]
118       }
119     }
120   ],
121   "appspecs": [
122     {
123       "name": "TestApp",
124       "platforms": {
125         "ios": "11.0",
126         "tvos": "12.0"
127       },
128       "source_files": [
129         "FirebasePerformance/Tests/TestApp/Source/**/*.{m,h}"
130       ],
131       "info_plist": {
132         "CFBundleIdentifier": "com.google.FIRPerfTestApp"
133       },
134       "ios": {
135         "resources": [
136           "FirebasePerformance/Tests/TestApp/Resources/*.*",
137           "FirebasePerformance/Tests/TestApp/Plists/Prod/**/*.plist"
138         ]
139       },
140       "requires_arc": true
141     }
142   ],
143   "swift_version": "5.3"