- iOS 12.4 is the minimum version supported
Import the SDK to your app as Cocoapod
target 'DemoApp' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod ‘WalleePaymentSdk’, '1.3.0'
target 'DemoAppTests' do
inherit! :search_paths
end
end
pod 'WalleePaymentSdk', '1.3.0', :source=> 'https://github.com/wallee-payment/ios-mobile-sdk.git'
and
pod 'PaymentResources', '1.0.0'
target 'DemoApp' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'WalleePaymentSdk', '1.3.0', :source => 'https://github.com/wallee-payment/ios-mobile-sdk.git'
pod 'PaymentResources', '1.0.0'
target 'DemoAppTests' do
inherit! :search_paths
end
end