Skip to content

Commit 3cd7ee3

Browse files
MSZMSZ
authored andcommitted
V2.35.0
1 parent aa1cfc7 commit 3cd7ee3

10 files changed

Lines changed: 11 additions & 83 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.35.0 - 2022-1-22
9+
### Fixed
10+
- Remove Xcode warnings
11+
812

913
## 2.34.0 - 2022-1-21
1014
### Added

DapiConnect.framework/Assets.car

0 Bytes
Binary file not shown.

DapiConnect.framework/DapiConnect

-65.4 KB
Binary file not shown.

DapiConnect.framework/Headers/DPCAutoFlowNavigationController.h

Lines changed: 0 additions & 54 deletions
This file was deleted.

DapiConnect.framework/Headers/DPCWireRoutingNumbers.h

Lines changed: 0 additions & 22 deletions
This file was deleted.
Binary file not shown.
-2 Bytes
Binary file not shown.

DapiSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'DapiSDK'
3-
s.version = '2.34.0'
3+
s.version = '2.35.0'
44
s.summary = 'Financial APIs to connect users bank accounts.'
55
s.homepage = 'https://dapi.com'
66
s.author = { 'Dapi' => 'hello@dapi.co' }

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ target 'Example-Objc' do
55
# Comment the next line if you don't want to use dynamic frameworks
66
use_frameworks!
77

8-
pod 'DapiSDK','2.33.0'
8+
pod 'DapiSDK'
99

1010
end
1111

1212
target 'Example-Swift' do
1313
# Comment the next line if you don't want to use dynamic frameworks
1414
use_frameworks!
1515

16-
pod 'DapiSDK','2.33.0'
16+
pod 'DapiSDK'
1717

1818
end

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PODS:
2-
- DapiSDK (2.33.0)
2+
- DapiSDK (2.34.0)
33

44
DEPENDENCIES:
5-
- DapiSDK (= 2.33.0)
5+
- DapiSDK
66

77
SPEC REPOS:
88
trunk:
99
- DapiSDK
1010

1111
SPEC CHECKSUMS:
12-
DapiSDK: 36925740d32834ea98b7d7854ac61b0dd051065a
12+
DapiSDK: dd4a13011877f770b77ad89e660c9fcd6f558db4
1313

14-
PODFILE CHECKSUM: 04cd1d8661cd8403d56b63fbf2c67dc91bece258
14+
PODFILE CHECKSUM: 15bbff80fbdf6f43d2deb6e218252e385f2ef577
1515

1616
COCOAPODS: 1.11.2

0 commit comments

Comments
 (0)