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