Plaid iOS 框架
一个库,用于从 iOS 应用程序开发针对 Plaid API。要了解有关 Plaid 的更多信息,请访问 网站 或查看 文档。
安装
将以下行添加到您的 Podfile 中
Pod 'plaid-ios-sdk'
运行 'pod install' 后,您应该拥有最新版本。
用法
#import "Plaid.h"
Plaid *plaid = [Plaid sharedInstance];
[plaid setPublicKey:@"your_public_key"];
详细文档包含在 Plaid.h 头文件 中。
Swift
为了使用此 SDK 与 Swift 项目,您必须执行以下操作
许可证
plaid-ios-sdk 在 MIT 许可证下发布。有关详细信息,请参阅 LICENSE。