blob: 2abdd037ea702be184419dedf108b269a27112b9 [file] [log] [blame]
{
"name": "Plaid",
"module_name": "LinkKit",
"version": "1.0.7",
"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://raw.githubusercontent.com/plaid/link/master/ios/docs/images/link-ios-citi.jpg",
"homepage": "https://plaid.com/docs/api/#ios-bindings",
"license": {
"type": "MIT",
"file": "ios/LICENSE"
},
"authors": "Plaid Technologies, Inc.",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/plaid/link.git",
"tag": "ios/1.0.7"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"WebKit",
"SafariServices"
],
"vendored_frameworks": "ios/LinkKit.framework"
}
}