Skip to content

wallee-payment/ios-mobile-sdk-spec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

WalleePaymentSdk

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 ‘WalleePaymentSdk’, '1.3.0'

  target 'DemoAppTests' do
    inherit! :search_paths
  end

end

From GitHub repository

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

Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages