ZcashLightClientKit/Example/ZcashLightClientSample/Podfile

20 lines
434 B
Plaintext
Raw Normal View History

2019-09-09 08:30:38 -07:00
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