-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Team Mobile Schorsch
committed
Nov 17, 2021
1 parent
0fdc033
commit b0f44e8
Showing
5 changed files
with
26 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"object": { | ||
"pins": [ | ||
{ | ||
"package": "TrustKit", | ||
"repositoryURL": "https://github.com/datatheorem/TrustKit.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "3e98aeb36aff65067cdae55bca7be7f1157deffb", | ||
"version": "2.0.0" | ||
} | ||
} | ||
] | ||
}, | ||
"version": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
[![Platform](https://img.shields.io/badge/platform-iOS-lightgrey.svg)]() | ||
[![Devices](https://img.shields.io/badge/devices-iPhone%20%7C%20iPad-blue.svg)]() | ||
[![Swift version](https://img.shields.io/badge/swift-5.0-orange.svg)]() | ||
[![Swift package manager](https://img.shields.io/badge/Swift_Package_Manager-compatible-orange?style=flat-square)]() | ||
|
||
|
||
The Gini Health SDK Pinning provides components for uploading, reviewing and analyzing photos of invoices and remittance slips and supports certificate pinning. | ||
|
@@ -13,15 +14,12 @@ By integrating this SDK into your application you can allow your users to easily | |
|
||
## Documentation | ||
|
||
Further documentation with installation, integration or customization guides can be found in our [website](https://developer.gini.net/gini-health-sdk-pinning-ios/docs/). | ||
Further documentation with installation, integration or customization guides can be found in our [`website`](https://developer.gini.net/gini-mobile-ios/GiniHealthSDK/index.html). | ||
|
||
## Example apps | ||
|
||
We are providing example app for Swift. This app demonstrates how to integrate the Gini Health SDK with the Component API of Gini Capture library. To run the example project, clone the repo and run `pod install` from the Example directory first. | ||
|
||
An example banking app is available in the [Gini Pay Bank SDK's](https://github.com/gini/gini-pay-bank-sdk-ios) repository. | ||
To check the redirection to the Banking app please run Bank example before Example Swift. You can use the same Gini Pay API client credentials in the example banking app as in your app, if not otherwise specified. | ||
To inject your API credentials into the Health and Bank example apps you need to fill in your credentials in `Example/Example Swift/Credentials.plist` and `Example/Bank/Credentials.plist`, respectively. | ||
We are providing example app for Swift. This app demonstrates how to integrate the Gini Health SDK with the Component API of Gini Capture library. | ||
Please, find more details [`here`](https://github.com/gini/gini-mobile-ios/tree/main/HealthSDK/GiniHealthSDK#example-apps) | ||
|
||
## Requirements | ||
|
||
|
@@ -40,6 +38,6 @@ Gini GmbH, [email protected] | |
|
||
## License | ||
|
||
The Gini Health SDK Pinning for iOS is licensed under a Private License. See [the license](http://developer.gini.net/gini-health-sdk-pinning-ios/docs/license.html) for more info. | ||
The Gini Health SDK Pinning for iOS is licensed under a Private License. See [the license](http://developer.gini.net/gini-mobile-ios/GiniHealthSDK/license.html) for more info. | ||
|
||
**Important:** Always make sure to ship all license notices and permissions with your application. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters