1 Star 0 Fork 0

codegetting/firebase-ios-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
FirebaseAnalyticsOnDeviceConversion.podspec 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
Pod::Spec.new do |s|
s.name = 'FirebaseAnalyticsOnDeviceConversion'
s.version = '10.4.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.4.0'
s.static_framework = true
s.ios.deployment_target = '10.0'
s.source_files = 'FirebaseAnalyticsOnDeviceConversionWrapper/*'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/codegetting/firebase-ios-sdk.git
git@gitee.com:codegetting/firebase-ios-sdk.git
codegetting
firebase-ios-sdk
firebase-ios-sdk
master

搜索帮助