Skip to content

Commit ce603e2

Browse files
committed
V2.13.0
1 parent 1440723 commit ce603e2

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 2.13.0 - 2023-9-28
9+
### Added
10+
Support for Xcode 15
11+
812
## 2.12.3 - 2023-9-19
913
### Fix
1014
- Keep connection when delink fails.

DapiBanking.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'DapiBanking'
3-
s.version = '2.12.3'
3+
s.version = '2.13.0'
44
s.summary = 'Financial APIs to connect users bank accounts.'
55
s.homepage = 'https://dapi.com'
66
s.author = { 'Dapi' => 'dev@dapi.com' }
@@ -11,7 +11,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1111
LICENSE
1212
}
1313
s.platform = "ios", '13.0'
14-
s.source = { :http => 'https://github.com/dapi-co/Dapi-iOS/releases/download/2.12.3/DapiSDK.zip'}
14+
s.source = { :http => 'https://github.com/dapi-co/Dapi-iOS/releases/download/2.13.0/DapiSDK.zip'}
1515
s.vendored_frameworks = 'DapiSDK.xcframework'
1616
s.frameworks = 'WebKit'
1717
s.cocoapods_version = '>= 1.10.0'

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
targets: [
1414
.binaryTarget(
1515
name: "DapiSDK",
16-
url: "https://github.com/dapi-co/Dapi-iOS/releases/download/2.12.3/DapiSDK.zip",
17-
checksum: "c64d43d5adfb31cfcf9f47692030f3063a885202d1bdb9bfccf627ad30cba1eb")
16+
url: "https://github.com/dapi-co/Dapi-iOS/releases/download/2.13.0/DapiSDK.zip",
17+
checksum: "3c4ffd0e4de3917ed52767931ff41ee16c994f27584993777a5c7b64047ee847")
1818
]
1919
)

0 commit comments

Comments
 (0)