Skip to content

Commit

Permalink
Release 4.3.1
Browse files Browse the repository at this point in the history
* [BUGFIX] Podspec fix. The release v4.3.0 does not work with Cocoapods due to an issue in the Podspec file. All changes mentioned in v4.3.0 are available in this release.
  • Loading branch information
jadeburton-sumup committed Dec 16, 2022
1 parent 18df5a3 commit ac180f3
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# SumUp iOS SDK Changelog

## Version 4.3.1

* [BUGFIX] Podspec fix. The release v4.3.0 does not work with Cocoapods due to an issue in the Podspec file. All changes mentioned in v4.3.0 are available in this release.

## Version 4.3.0

* [ADDED] Introduction of the support for SumUp 'Solo' card reader (beta phase)
* [ADDED] Prompt may appear after a checkout to recommend updating card reader firmware
* [IMPROVEMENT] Refreshed SumUp Brand Design Language for failed, successful and receipt screens
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Platform](https://img.shields.io/badge/Platform-iOS-lightgrey.svg?style=flat-square)](#prerequisites)
[![Created](https://img.shields.io/badge/Made%20by-SumUp-blue.svg?style=flat-square)](https://sumup.com)
[![Supports](https://img.shields.io/badge/Requires-iOS%2010+-red.svg?style=flat-square)]()
[![Version](https://img.shields.io/badge/Version-4.3.0-yellowgreen.svg?style=flat-square)](CHANGELOG.md)
[![Version](https://img.shields.io/badge/Version-4.3.1-yellowgreen.svg?style=flat-square)](CHANGELOG.md)
[![License](https://img.shields.io/badge/License-SumUp-brightgreen.svg?style=flat-square)](LICENSE)
[![CocoaPods](https://img.shields.io/cocoapods/v/SumUpSDK.svg?style=flat-square)]()
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
Expand Down
4 changes: 2 additions & 2 deletions SumUpSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.cocoapods_version = '>= 1.9'

s.name = "SumUpSDK"
s.version = "4.3.0"
s.version = "4.3.1"
s.summary = "This SDK enables you to integrate SumUp's proprietary card terminal(s) and its payment platform to accept credit and debit card payments."

s.description = <<-DESC
Expand All @@ -24,6 +24,6 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/sumup/sumup-ios-sdk.git", :tag => "v#{s.version}" }

s.vendored_frameworks = "SumUpSDK.xcframework"
s.platform = :ios, "10.0"
s.platform = :ios, "12.0"

end
Binary file not shown.
Binary file modified SumUpSDK.xcframework/ios-arm64/SumUpSDK.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified SumUpSDK.xcframework/ios-arm64/SumUpSDK.framework/SumUpSDK
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit ac180f3

Please sign in to comment.