代码拉取完成,页面将自动刷新
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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。