1 Star 0 Fork 0

zz-github-forks/firebase-ios-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
FirebaseStorageInternal.podspec 2.17 KB
一键复制 编辑 原始数据 按行查看 历史
Pod::Spec.new do |s|
s.name = 'FirebaseStorageInternal'
s.version = '9.0.0'
s.summary = 'Firebase Storage'
s.description = <<-DESC
Objective C Implementations for FirebaseStorage. This pod should not be directly imported.
DESC
s.homepage = 'https://firebase.google.com'
s.license = { :type => 'Apache', :file => 'LICENSE' }
s.authors = 'Google, Inc.'
s.source = {
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
:tag => 'CocoaPods-' + s.version.to_s
}
s.social_media_url = 'https://twitter.com/Firebase'
ios_deployment_target = '10.0'
osx_deployment_target = '10.12'
tvos_deployment_target = '10.0'
watchos_deployment_target = '6.0'
s.ios.deployment_target = ios_deployment_target
s.osx.deployment_target = osx_deployment_target
s.tvos.deployment_target = tvos_deployment_target
s.watchos.deployment_target = watchos_deployment_target
s.swift_version = '5.3'
s.cocoapods_version = '>= 1.4.0'
s.prefix_header_file = false
s.source_files = [
'FirebaseStorageInternal/Sources/**/*.[mh]',
'FirebaseAppCheck/Interop/*.h',
'FirebaseAuth/Interop/*.h',
'FirebaseCore/Sources/Private/*.h',
'FirebaseCore/Extension/*.h',
]
s.public_header_files = 'FirebaseStorageInternal/Sources/Public/FirebaseStorageInternal/*.h'
s.osx.framework = 'CoreServices'
s.dependency 'FirebaseCore', '~> 9.0'
s.dependency 'GTMSessionFetcher/Core', '~> 1.5'
s.pod_target_xcconfig = {
'GCC_C_LANGUAGE_STANDARD' => 'c99',
'HEADER_SEARCH_PATHS' => '"${PODS_TARGET_SRCROOT}"'
}
s.test_spec 'unit' do |unit_tests|
unit_tests.scheme = { :code_coverage => true }
unit_tests.platforms = {
:ios => ios_deployment_target,
:osx => osx_deployment_target,
:tvos => tvos_deployment_target,
:watchos => watchos_deployment_target,
}
unit_tests.source_files = [
'FirebaseStorageInternal/Tests/Unit/*.[mh]',
'SharedTestUtilities/FIRComponentTestUtilities.*',
'SharedTestUtilities/FIRAuthInteropFake.*',
'SharedTestUtilities/AppCheckFake/*.[mh]',
]
unit_tests.dependency 'OCMock'
end
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zz-github-forks/firebase-ios-sdk.git
git@gitee.com:zz-github-forks/firebase-ios-sdk.git
zz-github-forks
firebase-ios-sdk
firebase-ios-sdk
master

搜索帮助