lnd-demo-app/Podfile

21 lines
428 B
Ruby

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'wallet' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for wallet
pod 'SwiftProtobuf', '~> 1.0'
pod 'QR-Code-Scanner-iOS'
target 'walletTests' do
inherit! :search_paths
# Pods for testing
end
target 'walletUITests' do
# Pods for testing
end
end