wallee-payment / ios-mobile-sdk-spec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Ruby 100.0%