simonlevy5 / plaid-ios-sdk

Plaid iOS SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Platforms License

plaid-ios-sdk

Plaid iOS framework

A library to develop against the Plaid API from an iOS app. For more information about Plaid, visit the website or check out the documentation.

Getting Started

Installation

Add the following line to your Podfile:

Pod 'plaid-ios-sdk'

Run 'pod install' and you should have the latest release.

Usage

#import "Plaid.h"

Plaid *plaid = [Plaid sharedInstance];
[plaid setPublicKey:@"your_public_key"];

Extensive documentation contained in Plaid.h header file.

Swift

To use this SDK with a Swift project you must do the following:

  1. Create a bridging header file. See Apple docs on this for further reading
  2. Add Plaid-Swift.h to the bridging header file.
  3. Start using Plaid in your Swift code.

License

plaid-ios-sdk is released under the MIT license. See LICENSE for details.

About

Plaid iOS SDK

License:MIT License


Languages

Language:Objective-C 99.1%Language:Ruby 0.6%Language:C 0.2%