Skip to content

Commit 20e275d

Browse files
committed
Release Klarna Mobile SDK iOS v2.7.0
1 parent 2b41a9f commit 20e275d

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ 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/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.7.0] - 2025-06-19
9+
- Added Klarna Express Checkout integration with a native button.
10+
811
## [2.6.29] - 2025-05-13
912
- Fixed KlarnaSignInSDK error params always returning an empty value.
1013
- Internal bug fixes and improvements.

KlarnaMobileSDK.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"2.6.29": "https://x.klarnacdn.net/mobile-sdk/ios/frameworks/KlarnaMobileSDK/2.6.29/KlarnaMobileSDK.xcframework.zip"
2+
"2.7.0": "https://x.klarnacdn.net/mobile-sdk/ios/frameworks/KlarnaMobileSDK/2.7.0/KlarnaMobileSDK.xcframework.zip"
33
}

KlarnaMobileSDK.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 = "KlarnaMobileSDK"
3-
s.version = "2.6.29"
3+
s.version = "2.7.0"
44
s.summary = "Klarna Mobile SDK for iOS"
55
s.description = <<-DESC
66
Klarna Mobile SDK for iOS apps.
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.license = { :type => "Apache License, Version 2.0", :text => "https://raw.githubusercontent.com/klarna/klarna-mobile-sdk/refs/heads/master/LICENSE" }
1010
s.author = { "Klarna Mobile SDK Team" => "mobile.sdk@klarna.com" }
1111
s.platform = :ios, "10.0"
12-
s.source = { :http => "https://x.klarnacdn.net/mobile-sdk/ios/frameworks/KlarnaMobileSDK/2.6.29/KlarnaMobileSDK.xcframework.zip" }
12+
s.source = { :http => "https://x.klarnacdn.net/mobile-sdk/ios/frameworks/KlarnaMobileSDK/2.7.0/KlarnaMobileSDK.xcframework.zip" }
1313
s.requires_arc = true
1414
s.swift_version = "5.0"
1515

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ let package = Package(
1313
targets: [
1414
.binaryTarget(
1515
name: "KlarnaMobileSDK",
16-
url: "https://x.klarnacdn.net/mobile-sdk/ios/frameworks/KlarnaMobileSDK/2.6.29/KlarnaMobileSDK.xcframework.zip",
17-
checksum: "a53d97ae317c206ea0503d0de1246b639d0a2889572578b37934adfd4352d8a5"
16+
url: "https://x.klarnacdn.net/mobile-sdk/ios/frameworks/KlarnaMobileSDK/2.7.0/KlarnaMobileSDK.xcframework.zip",
17+
checksum: "7752fa23e81004963508c9f8a3571e8696c27bccbfe4ad2b87c512f73a77626d"
1818
)
1919
]
2020
)

0 commit comments

Comments
 (0)