FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
firebase-ios-sdk/GoogleAppMeasurementOnDeviceConversion.podspec at main · Lizet6/firebase-ios-sdk · GitHub
Lizet6
/
firebase-ios-sdk
Public
forked from
firebase/firebase-ios-sdk
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
firebase-ios-sdk
/
GoogleAppMeasurementOnDeviceConversion.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (23 loc) · 1.05 KB
Breadcrumbs
firebase-ios-sdk
/
GoogleAppMeasurementOnDeviceConversion.podspec
Copy path
File metadata and controls
31 lines (23 loc) · 1.05 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'GoogleAppMeasurementOnDeviceConversion'
s
.
version
=
'10.23.0'
s
.
summary
=
<<-SUMMARY
On device conversion measurement plugin for Google App Measurement. Not
intended for direct use.
SUMMARY
s
.
description
=
<<-DESC
On device conversion measurement plugin for Google App Measurement. This
pod does not expose any headers and isn't intended for direct use, but
rather as a plugin of Google App Measurement.
DESC
s
.
homepage
=
'https://developers.google.com/ios'
s
.
license
=
{
:type
=>
'Copyright'
,
:text
=>
'Copyright 2022 Google'
}
s
.
authors
=
'Google, Inc.'
s
.
source
=
{
:http
=>
'https://dl.google.com/firebase/ios/analytics/c696679c30b9561e/GoogleAppMeasurementOnDeviceConversion-10.22.1.tar.gz'
}
s
.
cocoapods_version
=
'>= 1.12.0'
s
.
ios
.
deployment_target
=
'10.0'
s
.
libraries
=
'c++'
s
.
vendored_frameworks
=
'Frameworks/GoogleAppMeasurementOnDeviceConversion.xcframework'
end
Back
|
FazBrowse Home
|
New Git URL