bump up deployment target

This commit is contained in:
Francisco Gindre 2020-06-09 23:15:42 -03:00
parent 7b5871540e
commit 2ea38dd1e0
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.source_files = 'ZcashLightClientKit/**/*.{swift,h,a}'
s.module_map = 'ZcashLightClientKit.modulemap'
s.swift_version = '5.1'
s.ios.deployment_target = '12.0'
s.ios.deployment_target = '13.0'
s.dependency 'gRPC-Swift', '~> 1.0.0-alpha.11'
s.dependency 'SQLite.swift', '~> 0.12.2'
s.ios.vendored_libraries = 'lib/libzcashlc.a'
@ -40,6 +40,7 @@ Pod::Spec.new do |s|
:script => 'sh ${PODS_TARGET_SRCROOT}/Scripts/generate_test_constants.sh && ${PODS_TARGET_SRCROOT}/Scripts/build_librustzcash_xcode.sh --testing',
:execution_position => :before_compile
}
test_spec.ios.deployment_target = '13.0'
test_spec.dependency 'gRPC-Swift', '~> 1.0.0-alpha.11'
test_spec.dependency 'SQLite.swift', '~> 0.12.2'
test_spec.dependency 'MnemonicSwift'