[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / c / a / TinkLinkUI / 0.14.0 / TinkLinkUI.podspec.json
blob1044df08a3a77f9c27ee11fc11a9ae3c51283f5c
2   "name": "TinkLinkUI",
3   "summary": "Tink Link UI iOS SDK",
4   "description": "With TinkLink you can connect to banks across Europe and easily access a wide range of financial data.",
5   "version": "0.14.0",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Tink AB": "mobile@tink.se"
12   },
13   "homepage": "https://tink.com",
14   "source": {
15     "git": "https://github.com/tink-ab/tink-link-ios.git",
16     "tag": "0.14.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "Sources/TinkLinkUI/**/*.swift",
22   "resource_bundles": {
23     "Translations": [
24       "Sources/TinkLinkUI/Translations/*.lproj"
25     ],
26     "Assets": [
27       "Sources/TinkLinkUI/Assets/*.xcassets"
28     ]
29   },
30   "dependencies": {
31     "TinkLink": [
33     ],
34     "Down": [
35       "~> 0.9"
36     ],
37     "Kingfisher": [
38       "~> 5.13"
39     ]
40   },
41   "deprecated": true,
42   "testspecs": [
43     {
44       "name": "TinkLinkUITests",
45       "test_type": "unit",
46       "source_files": "Tests/TinkLinkUITests/**/*.swift"
47     }
48   ]