blob: 876312b328ba01f77bb82e41b174060e56964e5f [file] [log] [blame]
{
"name": "TinkPFMUI",
"version": "0.10.0",
"license": {
"type": "Tink",
"file": "LICENSE"
},
"authors": {
"Tink AB": "mobile@tink.se"
},
"homepage": "https://tink.com",
"summary": "Tink PFM UI SDK.",
"source": {
"git": "https://github.com/tink-ab/tink-pfm-ios.git",
"tag": "0.10.0"
},
"platforms": {
"ios": "11.0"
},
"vendored_frameworks": "TinkPFMUI.xcframework",
"dependencies": {
"TinkCore": [
"~> 0.1.7"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.swift",
"dependencies": {
"SnapshotTesting": [
"~> 1.7"
]
}
}
]
}