blob: b46048c6e8c981454a2c701e1b7002ac2d0df859 [file] [log] [blame]
{
"name": "Plaid",
"module_name": "LinkKit",
"version": "1.1.25",
"summary": "The official Plaid Link SDK for iOS.",
"description": "Plaid Link is a quick and secure way to integrate with\nthe Plaid API. LinkKit is an embeddable framework\nthat handles credential validation, multi-factor\nauthentication, and error handling for each institution\nthat Plaid supports — all while keeping credentials from\never hitting your infrastructure.",
"screenshots": "https://plaid.com/assets/img/docs/link-ios.jpg",
"homepage": "https://plaid.com/docs/api/#ios-bindings",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Plaid Inc.",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/plaid/plaid-link-ios.git",
"tag": "ios/1.1.25"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"WebKit",
"SafariServices"
],
"vendored_frameworks": "LinkKit.framework"
}
}