- 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 ‘PostFinanceCheckoutSdk’, '1.2.2'
target 'DemoAppTests' do
inherit! :search_paths
end
end
pod 'PostFinanceCheckoutSdk', '1.2.2', :source=> 'https://github.com/pfpayments/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 'PostFinanceCheckoutSdk', '1.2.2', :source => 'https://github.com/pfpayments/ios-mobile-sdk.git'
pod 'PaymentResources', '1.0.0'
target 'DemoAppTests' do
inherit! :search_paths
end
end