forked from firebase/firebase-ios-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGoogleAppMeasurementOnDeviceConversion.podspec
More file actions
31 lines (23 loc) · 1.05 KB
/
GoogleAppMeasurementOnDeviceConversion.podspec
File metadata and controls
31 lines (23 loc) · 1.05 KB
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.15.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/5db664d50f88e208/GoogleAppMeasurementOnDeviceConversion-10.13.0.tar.gz'
}
s.cocoapods_version = '>= 1.10.2'
s.ios.deployment_target = '10.0'
s.libraries = 'c++'
s.vendored_frameworks = 'Frameworks/GoogleAppMeasurementOnDeviceConversion.xcframework'
end