blob: 4ae29ae5cc33a2163c5a066877fbd41639eaca94 [file] [log] [blame]
{
"name": "Plaid",
"module_name": "LinkKit",
"version": "1.1.13",
"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": "ios/LICENSE"
},
"authors": "Plaid Inc.",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/plaid/link.git",
"tag": "ios/1.1.13"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"WebKit",
"SafariServices"
],
"vendored_frameworks": "ios/LinkKit.framework"
}
}