1 Star 0 Fork 0

voidcat / firebase-ios-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
GoogleUtilitiesComponents.podspec 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
argzdev 提交于 2022-05-09 13:23 . Changed Apache to Apache-2.0 (#9782)
Pod::Spec.new do |s|
s.name = 'GoogleUtilitiesComponents'
s.version = '1.1.0'
s.summary = 'Google Utilities Component Container for Apple platforms.'
s.description = <<-DESC
An internal Google utility that is a dependency injection system for libraries to depend on other
libraries in a type safe and potentially weak manner.
Not intended for direct public usage.
DESC
s.homepage = 'https://developers.google.com/'
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
s.authors = 'Google, Inc.'
s.source = {
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
:tag => 'UtilitiesComponents-' + s.version.to_s
}
s.ios.deployment_target = '10.0'
s.osx.deployment_target = '10.12'
s.tvos.deployment_target = '10.0'
s.cocoapods_version = '>= 1.4.0'
s.prefix_header_file = false
s.static_framework = true
s.source_files = 'GoogleUtilitiesComponents/Sources/**/*.[mh]'
s.public_header_files = 'GoogleUtilitiesComponents/Sources/Public/*.h', 'GoogleUtilitiesComponents/Sources/Private/*.h'
s.private_header_files = 'GoogleUtilitiesComponents/Sources/Private/*.h'
s.dependency 'GoogleUtilities/Logger'
s.test_spec 'unit' do |unit_tests|
unit_tests.scheme = { :code_coverage => true }
unit_tests.source_files = 'GoogleUtilitiesComponents/Tests/**/*.[mh]'
unit_tests.requires_arc = 'GoogleUtilitiesComponents/Tests/*/*.[mh]'
unit_tests.requires_app_host = true
unit_tests.dependency 'OCMock'
end
end
Swift
1
https://gitee.com/voidcat/firebase-ios-sdk.git
git@gitee.com:voidcat/firebase-ios-sdk.git
voidcat
firebase-ios-sdk
firebase-ios-sdk
master

搜索帮助