TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Jan 2016 |
Maintained by Simon Levy, Simon Levy.
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.
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:
License
plaid-ios-sdk is released under the MIT license. See LICENSE for details.