Skip to content

Commit

Permalink
Merge pull request #16 from gini/PIA-1983_release
Browse files Browse the repository at this point in the history
Pia 1983 release
  • Loading branch information
zladzeyka committed Nov 17, 2021
2 parents 023d4b3 + edb53f5 commit 0398c94
Show file tree
Hide file tree
Showing 26 changed files with 40 additions and 40 deletions.
@@ -1,5 +1,5 @@
<p align="center">
<img src="img/repo-logo.png" width="250">
<img src="img/logo.png" width="250">
</p>

# Gini Bank API Library for iOS
Expand Down
Expand Up @@ -8,14 +8,14 @@ Gini Bank API Library can either be installed by using Swift Package Manager or
The [Swift Package Manager](https://swift.org/package-manager/) is a tool for managing the distribution of Swift code.
Once you have your Swift package set up, adding `GiniBankAPILibrary` as a dependency is as easy as adding it to the dependencies value of your `Package.swift`

```swif
```swift
dependencies: [
.package(url: "https://github.com/gini/bank-api-library-ios.git", .exact("1.0.0"))
]
```

In case that you want to use the certificate pinning in the library, add `GiniBankAPILibraryPinning`:
```swif
```swift
dependencies: [
.package(url: "https://github.com/gini/bank-api-library-pinning-ios.git", .exact("1.0.0"))
]
Expand Down
5 changes: 3 additions & 2 deletions BankAPILibrary/GiniBankAPILibrary/README.md
@@ -1,5 +1,6 @@
![Gini Bank API Library for iOS](./GiniBank_Logo.png?raw=true)

<p align="center">
<img src="./Documentation/jazzy-theme/assets/img/logo.png" width="250">
</p>
# Gini Bank API Library for iOS

[![Platform](https://img.shields.io/badge/platform-iOS-lightgrey.svg)]()
Expand Down
Expand Up @@ -5,4 +5,4 @@
// Created by Nadya Karaban on 28.10.21.
//

public let GiniBankAPILibraryVersion = "0.0.1"
public let GiniBankAPILibraryVersion = "1.0.0"
Expand Up @@ -17,7 +17,7 @@ let package = Package(
// .package(url: /* package url */, from: "1.0.0"),

.package(name: "TrustKit", url: "https://github.com/datatheorem/TrustKit.git", from: "2.0.0"),
.package(name: "GiniBankAPILibrary", url: "https://github.com/gini/bank-api-library-ios.git", .exact("0.0.1")),
.package(name: "GiniBankAPILibrary", url: "https://github.com/gini/bank-api-library-ios.git", .exact("1.0.0")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
3 changes: 1 addition & 2 deletions BankAPILibrary/GiniBankAPILibraryPinning/README.md
@@ -1,7 +1,6 @@
<p align="center">
<img src="./GiniBank_Logo.png" width="250">
<img src="./Documentation/jazzy-theme/assets/img/logo.png" width="250">
</p>

# Gini Bank API Library Pinning for iOS

[![Platform](https://img.shields.io/badge/platform-iOS-lightgrey.svg)]()
Expand Down
Expand Up @@ -5,4 +5,4 @@
// Created by Nadya Karaban on 15.10.21.
//

public let GiniBankAPILibraryPinningVersion = "0.0.1"
public let GiniBankAPILibraryPinningVersion = "1.0.0"
8 changes: 4 additions & 4 deletions BankSDK/GiniBankSDK/Documentation/source/Installation.md
Expand Up @@ -8,16 +8,16 @@ Gini Bank SDK can either be installed by using Swift Package Manager or by manua
The [Swift Package Manager](https://swift.org/package-manager/) is a tool for managing the distribution of Swift code.
Once you have your Swift package set up, adding `GiniBankSDK` as a dependency is as easy as adding it to the dependencies value of your `Package.swift`

```swif
```swift
dependencies: [
.package(url: "https://github.com/gini/bank-sdk-ios.git", .exact("1.0.0"))
.package(url: "https://github.com/gini/bank-sdk-ios.git", .exact("1.1.0"))
]
```
**Note: Availible from iOS 12**
In case that you want to use the certificate pinning in the library, add `GiniBankSDKPinning`:
```swif
```swift
dependencies: [
.package(url: "https://github.com/gini/bank-sdk-pinning-ios.git", .exact("1.0.0"))
.package(url: "https://github.com/gini/bank-sdk-pinning-ios.git", .exact("1.1.0"))
]
```

Expand Down
2 changes: 1 addition & 1 deletion BankSDK/GiniBankSDK/Package-release.swift
Expand Up @@ -16,7 +16,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(name: "GiniCaptureSDK", url: "https://github.com/gini/capture-sdk-ios.git", .exact("0.0.2")),
.package(name: "GiniCaptureSDK", url: "https://github.com/gini/capture-sdk-ios.git", .exact("1.1.0")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
2 changes: 1 addition & 1 deletion BankSDK/GiniBankSDK/Sources/GiniBankSDKVersion.swift
Expand Up @@ -5,4 +5,4 @@
// Created by Nadya Karaban on 04.11.21.
//

public let GiniBankSDKVersion = "0.0.2"
public let GiniBankSDKVersion = "1.1.0"
4 changes: 2 additions & 2 deletions BankSDK/GiniBankSDKPinning/Package-release.swift
Expand Up @@ -16,8 +16,8 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(name: "GiniCaptureSDKPinning", url: "https://github.com/gini/capture-sdk-pinning-ios.git", .exact("0.0.2")),
.package(name: "GiniBankSDK", url: "https://github.com/gini/bank-sdk-ios.git", .exact("0.0.2")),
.package(name: "GiniCaptureSDKPinning", url: "https://github.com/gini/capture-sdk-pinning-ios.git", .exact("1.1.0")),
.package(name: "GiniBankSDK", url: "https://github.com/gini/bank-sdk-ios.git", .exact("1.1.0")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
Expand Up @@ -5,4 +5,4 @@
// Created by Nadya Karaban on 04.11.21.
//

public let GiniBankSDKPinningVersion = "0.0.2"
public let GiniBankSDKPinningVersion = "1.1.0"
Expand Up @@ -8,16 +8,16 @@ Gini Capture SDK can either be installed by using Swift Package Manager or by ma
The [Swift Package Manager](https://swift.org/package-manager/) is a tool for managing the distribution of Swift code.
Once you have your Swift package set up, adding `GiniCaptureSDK` as a dependency is as easy as adding it to the dependencies value of your `Package.swift`

```swif
```swift
dependencies: [
.package(url: "https://github.com/gini/capture-sdk-ios.git", .exact("1.0.0"))
.package(url: "https://github.com/gini/capture-sdk-ios.git", .exact("1.1.0"))
]
```

In case that you want to use the certificate pinning in the library, add `GiniCaptureSDKPinning`:
```swif
```swift
dependencies: [
.package(url: "https://github.com/gini/capture-sdk-pinning-ios.git", .exact("1.0.0"))
.package(url: "https://github.com/gini/capture-sdk-pinning-ios.git", .exact("1.1.0"))
]
```

Expand Down
2 changes: 1 addition & 1 deletion CaptureSDK/GiniCaptureSDK/Package-release.swift
Expand Up @@ -16,7 +16,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(name: "GiniBankAPILibrary", url: "https://github.com/gini/bank-api-library-ios.git", .exact("0.0.1")),
.package(name: "GiniBankAPILibrary", url: "https://github.com/gini/bank-api-library-ios.git", .exact("1.0.0")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
Expand Up @@ -5,4 +5,4 @@
// Created by Nadya Karaban on 29.10.21.
//

public let GiniCaptureSDKVersion = "0.0.2"
public let GiniCaptureSDKVersion = "1.1.0"
4 changes: 2 additions & 2 deletions CaptureSDK/GiniCaptureSDKPinning/Package-release.swift
Expand Up @@ -16,8 +16,8 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(name: "GiniBankAPILibraryPinning", url: "https://github.com/gini/bank-api-library-pinning-ios.git", .exact("0.0.1")),
.package(name: "GiniCaptureSDK", url: "https://github.com/gini/capture-sdk-ios.git", .exact("0.0.2")),
.package(name: "GiniBankAPILibraryPinning", url: "https://github.com/gini/bank-api-library-pinning-ios.git", .exact("1.0.0")),
.package(name: "GiniCaptureSDK", url: "https://github.com/gini/capture-sdk-ios.git", .exact("1.1.0")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
Expand Up @@ -5,4 +5,4 @@
// Created by Nadya Karaban on 29.10.21.
//

public let GiniCaptureSDKPinningVersion = "0.0.2"
public let GiniCaptureSDKPinningVersion = "1.1.0"
Expand Up @@ -8,14 +8,14 @@ Gini Health API Library can either be installed by using Swift Package Manager o
The [Swift Package Manager](https://swift.org/package-manager/) is a tool for managing the distribution of Swift code.
Once you have your Swift package set up, adding `GiniHealthAPILibrary` as a dependency is as easy as adding it to the dependencies value of your `Package.swift`

```swif
```swift
dependencies: [
.package(url: "https://github.com/gini/health-api-library-ios.git", .exact("1.0.0"))
]
```

In case that you want to use the certificate pinning in the library, add `GiniHealthAPILibraryPinning`:
```swif
```swift
dependencies: [
.package(url: "https://github.com/gini/health-api-library-pinning-ios.git", .exact("1.0.0"))
]
Expand Down
Expand Up @@ -5,4 +5,4 @@
// Created by Nadya Karaban on 15.10.21.
//

public let GiniHealthAPILibraryVersion = "0.0.1"
public let GiniHealthAPILibraryVersion = "1.0.0"
Expand Up @@ -17,7 +17,7 @@ let package = Package(
// .package(url: /* package url */, from: "1.0.0"),

.package(name: "TrustKit", url: "https://github.com/datatheorem/TrustKit.git", from: "2.0.0"),
.package(name: "GiniHealthAPILibrary", url: "https://github.com/gini/health-api-library-ios.git", .exact("0.0.1")),
.package(name: "GiniHealthAPILibrary", url: "https://github.com/gini/health-api-library-ios.git", .exact("1.0.0")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
Expand Up @@ -5,4 +5,4 @@
// Created by Nadya Karaban on 15.10.21.
//

public let GiniHealthAPILibraryPinningVersion = "0.0.1"
public let GiniHealthAPILibraryPinningVersion = "1.0.0"
4 changes: 2 additions & 2 deletions HealthSDK/GiniHealthSDK/Documentation/source/Installation.md
Expand Up @@ -8,14 +8,14 @@ Gini Health SDK can either be installed by using Swift Package Manager or by man
The [Swift Package Manager](https://swift.org/package-manager/) is a tool for managing the distribution of Swift code.
Once you have your Swift package set up, adding `GiniHealthSDK` as a dependency is as easy as adding it to the dependencies value of your `Package.swift`

```swif
```swift
dependencies: [
.package(url: "https://github.com/gini/health-sdk-ios.git", .exact("1.0.0"))
]
```

In case that you want to use the certificate pinning in the library, add `GiniHealthAPILibraryPinning`:
```swif
```swift
dependencies: [
.package(url: "https://github.com/gini/health-sdk-pinning-ios.git", .exact("1.0.0"))
]
Expand Down
2 changes: 1 addition & 1 deletion HealthSDK/GiniHealthSDK/Package-release.swift
Expand Up @@ -16,7 +16,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(name: "GiniHealthAPILibrary", url: "https://github.com/gini/health-api-library-ios.git", .exact("0.0.1")),
.package(name: "GiniHealthAPILibrary", url: "https://github.com/gini/health-api-library-ios.git", .exact("1.0.0")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
Expand Up @@ -5,4 +5,4 @@
// Created by Nadya Karaban on 15.10.21.
//

public let GiniHealthSDKVersion = "0.0.1"
public let GiniHealthSDKVersion = "1.0.0"
4 changes: 2 additions & 2 deletions HealthSDK/GiniHealthSDKPinning/Package-release.swift
Expand Up @@ -15,8 +15,8 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(name: "GiniHealthAPILibraryPinning", url: "https://github.com/gini/health-api-library-pinning-ios.git", .exact("0.0.1")),
.package(name: "GiniHealthSDK", url: "https://github.com/gini/health-sdk-ios.git", .exact("0.0.1")),
.package(name: "GiniHealthAPILibraryPinning", url: "https://github.com/gini/health-api-library-pinning-ios.git", .exact("1.0.0")),
.package(name: "GiniHealthSDK", url: "https://github.com/gini/health-sdk-ios.git", .exact("1.0.0")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
Expand Up @@ -5,4 +5,4 @@
// Created by Nadya Karaban on 15.10.21.
//

public let GiniHealthSDKPinningVersion = "0.0.1"
public let GiniHealthSDKPinningVersion = "1.0.0"

0 comments on commit 0398c94

Please sign in to comment.