forked from firebase/firebase-ios-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFirebaseAnalyticsOnDeviceConversion.podspec
More file actions
28 lines (20 loc) · 1.06 KB
/
FirebaseAnalyticsOnDeviceConversion.podspec
File metadata and controls
28 lines (20 loc) · 1.06 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
Pod::Spec.new do |s|
s.name = 'FirebaseAnalyticsOnDeviceConversion'
s.version = '10.15.0'
s.summary = 'On device conversion measurement plugin for FirebaseAnalytics. Not intended for direct use.'
s.description = <<-DESC
On device conversion measurement plugin for FirebaseAnalytics. This pod does not expose any headers and isn't intended for direct use, but rather as a plugin of FirebaseAnalytics.
DESC
s.homepage = 'https://firebase.google.com/features/analytics/'
s.license = { :type => 'Copyright', :text => 'Copyright 2022 Google' }
s.authors = 'Google, Inc.'
s.source = {
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
:tag => 'CocoaPods-' + s.version.to_s
}
s.cocoapods_version = '>= 1.10.2'
s.dependency 'GoogleAppMeasurementOnDeviceConversion', '10.15.0'
s.static_framework = true
s.ios.deployment_target = '10.0'
s.source_files = 'FirebaseAnalyticsOnDeviceConversionWrapper/*'
end