Skip to content

pfpayments/ios-mobile-sdk-spec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

PostFinanceCheckoutSdk

ios SDK Release on GitHub

Installation

Requirements

  • iOS 12.4 is the minimum version supported

Configuration

Import the SDK to your app as Cocoapod

From Cocoapods repository

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

From GitHub repository

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

Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages