Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.17 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.17 KB

WalletCoreKit

Version License Platform

Project for iOS Core SDK. Consist of models, business logic, and network handler. No views at all. It will be used for WLA and Wallet App.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

WalletCoreKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'WalletCoreKit'

Initialize WalletCoreKit SDK to didFinishLaunchingWithOptions in your AppDelegate.swift:

TadaWalletKit.initialize(
    key: "YourKeyHere",
    secret: "YourSecretHere"
)

Author

Adi Putra, [email protected]

faiz baraja, [email protected]

License

WalletCoreKit is available under the MIT license. See the LICENSE file for more info.