Add SwiftGRPC dependency
This commit is contained in:
parent
dc5496e6ff
commit
d5debab684
|
@ -20,6 +20,10 @@ Pod::Spec.new do |s|
|
||||||
s.module_map = 'ZcashLightClientKit.modulemap'
|
s.module_map = 'ZcashLightClientKit.modulemap'
|
||||||
s.swift_version = '5.0'
|
s.swift_version = '5.0'
|
||||||
s.ios.deployment_target = '11.0'
|
s.ios.deployment_target = '11.0'
|
||||||
|
|
||||||
|
s.dependency 'SwiftGRPC'
|
||||||
|
|
||||||
|
|
||||||
s.ios.vendored_libraries = 'lib/libzcashlc.a'
|
s.ios.vendored_libraries = 'lib/libzcashlc.a'
|
||||||
s.prepare_command = <<-CMD
|
s.prepare_command = <<-CMD
|
||||||
BASEPATH="${PWD}"
|
BASEPATH="${PWD}"
|
||||||
|
|
Loading…
Reference in New Issue