blob: 91a4011166db6cd224885bc36479b08264bb1e36 [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": "1.0.0-rc.1",
"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": "1.0.0-rc.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/TinkLinkUI/**/*.swift",
"swift_versions": [
"5.1",
"5.2",
"5.3"
],
"resource_bundles": {
"Translations": [
"Sources/TinkLinkUI/Translations.bundle/*.lproj"
],
"Assets": [
"Sources/TinkLinkUI/Assets.xcassets"
]
},
"dependencies": {
"TinkLink": [
"1.0.0-rc.1"
],
"Down": [
"~> 0.9"
],
"Kingfisher": [
"~> 5.13"
]
},
"static_framework": true,
"testspecs": [
{
"name": "TinkLinkUITests",
"test_type": "unit",
"source_files": "Tests/TinkLinkUITests/**/*.swift"
}
],
"swift_version": "5.3"
}