durianpay / dpay-ios-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How To Use

Setting up iOS sdk

The minimum version supporting the SDK is iOS 13.0, update the version in your podfile as below

   platform :ios, '13.0'

Import the SDK using Cocoapod pod. To install it, add the following line in your Podfile

pod 'DpaySDK', '1.1.14'

more documentation

About

License:MIT License


Languages

Language:Swift 92.4%Language:Ruby 7.6%