Skip to content

Commit

Permalink
Merge pull request #9 from tranzzo/feature/new_version
Browse files Browse the repository at this point in the history
Feature/new version
  • Loading branch information
marazmone authored Jan 9, 2024
2 parents 21a60db + 8755c40 commit 2f117f8
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,8 @@ All notable changes to this project will be documented in this file.

#### Fixed
Fixed dismissing payment controller

## [1.3.11] - 08.01.2024

#### Fixed
Fixed long animation for apple pay
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ target 'TranzzoPaymentSDK-Example' do
use_frameworks!

# Pods for TranzzoPaymentSDK-Example
pod 'TranzzoPaymentSDK', :git => 'https://github.com/tranzzo/mobile-sdk-ios.git'
pod 'TranzzoPaymentSDK', :path => '../'
pod 'SwiftJWT'

end
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ABIRoot": {
"kind": "Root",
"name": "TopLevel",
"printedName": "TopLevel",
"json_format_version": 8
},
"ConstValues": []
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Sources/TranzzoPaymentSDK.framework/TokenCardCell.nib/runtime.nib
Binary file not shown.
Binary file modified Sources/TranzzoPaymentSDK.framework/TranzzoPaymentSDK
Binary file not shown.
2 changes: 1 addition & 1 deletion TranzzoPaymentSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = 'TranzzoPaymentSDK'
spec.version = '1.3.10'
spec.version = '1.3.11'
spec.summary = 'TranzzoPaymentSDK'
spec.description = 'Framework for Payments'
spec.homepage = 'https://tranzzo.ua'
Expand Down

0 comments on commit 2f117f8

Please sign in to comment.