CocoaPods trunk is moving to be read-only. Read more on the blog, there are 11 months to go.

WalletCoreKit 0.0.8

WalletCoreKit 0.0.8

Maintained by Adi Putra.



  • By
  • Adi Putra and Faiz Baraja

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.