Skip to content

Commit

Permalink
Update artefacts (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: Vitalii Kuznetsov <vitalii.kuznetsov@tink.com>
  • Loading branch information
Eeyore741 and vitalii-tink committed Jun 2, 2023
1 parent a26e2be commit 305d831
Show file tree
Hide file tree
Showing 562 changed files with 20,067 additions and 9,582 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,16 @@ pod "TinkLink"

To launch the SDK in your iOS app, please see the product specific documentation.

| | | | |
| --------------------- | ------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| **Account Check** | [Getting started](https://docs.tink.com/resources/account-check/verify-your-first-account) | [Setup and integrate](https://docs.tink.com/resources/account-check/setup-and-integrate-account-check#tink-link-for-ios) | [SDK reference](https://tink-ab.github.io/tink-link-ios/documentation/tinklink/tink/accountcheck) |
| **Expense Check** | [Getting started](https://docs.tink.com/resources/expense-check/fetch-your-first-expense-check-report) | [Setup and integrate](https://docs.tink.com/resources/expense-check/setup-and-integrate-expense-check#tink-link-for-ios) | [SDK reference](https://tink-ab.github.io/tink-link-ios/documentation/tinklink/tink/expensecheck) |
| **Income Check** | [Getting started](https://docs.tink.com/resources/income-check/fetch-your-first-income-check-report) | [Setup and integrate](https://docs.tink.com/resources/income-check/setup-and-integrate-income-check#tink-link-for-ios) | [SDK reference](https://tink-ab.github.io/tink-link-ios/documentation/tinklink/tink/incomecheck) |
| **One-time payments** | [Getting started](https://docs.tink.com/resources/payments/one-time-payments/initiate-your-first-one-time-payment) | [Setup and integrate](https://docs.tink.com/resources/payments/one-time-payments/setup-and-integrate-one-time-payments#tink-link-for-ios) | [SDK reference](https://tink-ab.github.io/tink-link-ios/documentation/tinklink/tink/payments) |
| **Risk Insights** | [Getting started](https://docs.tink.com/resources/risk-insights/fetch-your-first-risk-insights-report) | [Setup and integrate](https://docs.tink.com/resources/risk-insights/setup-and-integrate-risk-insights#tink-link-for-ios) | [SDK reference](https://tink-ab.github.io/tink-link-ios/documentation/tinklink/tink/riskinsights) |
| **Transactions** | [Getting started](https://docs.tink.com/resources/transactions/connect-to-a-bank-account) | [Setup and integrate](https://docs.tink.com/resources/transactions/setup-and-integrate-transactions#tink-link-for-ios) | [SDK reference](https://tink-ab.github.io/tink-link-ios/documentation/tinklink/tink/transactions) |
| **Report bundling** | - | - | [SDK reference](https://tink-ab.github.io/tink-link-ios/documentation/tinklink/tink/reports) |
| | | | |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| **Account Check** | [Getting started](https://docs.tink.com/resources/account-check/verify-your-first-account) | [Setup and integrate](https://docs.tink.com/resources/account-check/setup-and-integrate-account-check#tink-link-for-ios) | [SDK reference](https://tink-ab.github.io/tink-link-ios/documentation/tinklink/tink/accountcheck) |
| **Expense Check** | [Getting started](https://docs.tink.com/resources/expense-check/fetch-your-first-expense-check-report) | [Setup and integrate](https://docs.tink.com/resources/expense-check/setup-and-integrate-expense-check#tink-link-for-ios) | [SDK reference](https://tink-ab.github.io/tink-link-ios/documentation/tinklink/tink/expensecheck) |
| **Income Check** | [Getting started](https://docs.tink.com/resources/income-check/fetch-your-first-income-check-report) | [Setup and integrate](https://docs.tink.com/resources/income-check/setup-and-integrate-income-check#tink-link-for-ios) | [SDK reference](https://tink-ab.github.io/tink-link-ios/documentation/tinklink/tink/incomecheck) |
| **One-time payments** | [Getting started](https://docs.tink.com/resources/payments/one-time-payments/initiate-your-first-one-time-payment) | [Setup and integrate](https://docs.tink.com/resources/payments/one-time-payments/setup-and-integrate-one-time-payments#tink-link-for-ios) | [SDK reference](https://tink-ab.github.io/tink-link-ios/documentation/tinklink/tink/payments) |
| **Risk Insights** | [Getting started](https://docs.tink.com/resources/risk-insights/fetch-your-first-risk-insights-report) | [Setup and integrate](https://docs.tink.com/resources/risk-insights/setup-and-integrate-risk-insights#tink-link-for-ios) | [SDK reference](https://tink-ab.github.io/tink-link-ios/documentation/tinklink/tink/riskinsights) |
| **Transactions** | [Getting started](https://docs.tink.com/resources/transactions/connect-to-a-bank-account) | [Setup and integrate](https://docs.tink.com/resources/transactions/setup-and-integrate-transactions#tink-link-for-ios) | [SDK reference](https://tink-ab.github.io/tink-link-ios/documentation/tinklink/tink/transactions) |
| **Report bundling** | - | - | [SDK reference](https://tink-ab.github.io/tink-link-ios/documentation/tinklink/tink/reports) |
| **Account Aggregation** | [Getting started](https://docs.tink.com/resources/aggregation) | - | [SDK reference](https://tink-ab.github.io/tink-link-ios/documentation/tinklink/tink/accounttaggregation) |

## Preselecting a provider

Expand Down
2 changes: 1 addition & 1 deletion TinkLink.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |spec|
spec.description = <<-DESC
Optimise open banking experiences for mobile apps with Tink Link iOS SDK.
DESC
spec.version = "2.1.0"
spec.version = "2.2.0"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.authors = { "Tink AB" => "mobile@tink.se" }
spec.homepage = "https://github.com/tink-ab/tink-link-ios"
Expand Down

0 comments on commit 305d831

Please sign in to comment.