ZcashLightClientKit/Example/ZcashLightClientSample/Podfile

20 lines
434 B
Ruby

platform :ios, '11.0'
target 'ZcashLightClientSample' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for ZcashLightClientSample
pod 'ZcashLightClientKit', :path => '../../'
target 'ZcashLightClientSampleTests' do
inherit! :search_paths
# Pods for testing
end
target 'ZcashLightClientSampleUITests' do
inherit! :search_paths
# Pods for testing
end
end