Add LND test wallet
This commit is contained in:
20
Podfile
Normal file
20
Podfile
Normal file
@ -0,0 +1,20 @@
|
||||
# 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
|
Reference in New Issue
Block a user