blob: d0185c82faded0fa3b56a9673d75cd2e926ec9ef [file] [log] [blame]
{
"name": "TinkPFMUI",
"version": "0.11.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.11.0"
},
"platforms": {
"ios": "11.0"
},
"vendored_frameworks": "TinkPFMUI.xcframework",
"dependencies": {
"TinkCore": [
"~> 0.2.0"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.swift",
"dependencies": {
"SnapshotTesting": [
"~> 1.7"
]
}
}
]
}