blob: 2e2e6eb22b8e2cd582af9e5a02b30ef43ccdcd51 [file] [log] [blame]
{
"name": "TinkLink",
"summary": "Tink Link iOS SDK",
"description": "With TinkLink you can connect to banks across Europe and easily access a wide range of financial data.",
"version": "0.16.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tink AB": "mobile@tink.se"
},
"homepage": "https://tink.com",
"source": {
"git": "https://github.com/tink-ab/tink-link-ios.git",
"tag": "0.16.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/TinkLink/**/*.swift",
"swift_versions": [
"5.1",
"5.2",
"5.3"
],
"dependencies": {
"TinkCore": [
"~> 0.2.0"
]
},
"static_framework": true,
"testspecs": [
{
"name": "TinkLinkTests",
"test_type": "unit",
"source_files": "Tests/TinkLinkTests/**/*.swift"
}
],
"swift_version": "5.3"
}