blob: 40d20de6110d7827a8f859c3209ef558f5133e99 [file] [log] [blame]
{
"name": "TinkLinkUI",
"summary": "Tink Link UI iOS SDK",
"description": "With TinkLink you can connect to banks across Europe and easily access a wide range of financial data.",
"version": "0.14.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.14.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/TinkLinkUI/**/*.swift",
"resource_bundles": {
"Translations": [
"Sources/TinkLinkUI/Translations/*.lproj"
],
"Assets": [
"Sources/TinkLinkUI/Assets/*.xcassets"
]
},
"dependencies": {
"TinkLink": [
],
"Down": [
"~> 0.9"
],
"Kingfisher": [
"~> 5.13"
]
},
"testspecs": [
{
"name": "TinkLinkUITests",
"test_type": "unit",
"source_files": "Tests/TinkLinkUITests/**/*.swift"
}
]
}