tpay-com / tpay-ios

This repository provides our iOS SDK source code

Home Page:https://tpay.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tpay

Min iOS License

Full documentation

Installation

How to install the SDK.

Integrating Tpay using SPM

File > Swift Packages > Add Package Dependency
Add https://github.com/tpay-com/tpay-ios.git
Select "Up to Next Major" with "1.0.0"

Integrating Tpay using CocoaPods

use_frameworks!

target :MyTarget do
  pod 'TpaySDK'
end

Once you have completed your Podfile, simply run pod install.

Integrating Tpay manually

Simply, drag the Tpay.xcframework into the Frameworks, Libraries and Embedded Content section of your target.

Import

To begin, make sure you have imported the Tpay framework into your project. You can do this by adding the following line at the top of your Swift file:

import Tpay

License

This library is released under the MIT License.

About

This repository provides our iOS SDK source code

https://tpay.com/

License:MIT License


Languages

Language:Swift 98.9%Language:Ruby 0.9%Language:Shell 0.2%Language:Objective-C 0.0%